Color Hex Logo

#301cbb Color Hex

#301CBB
(48,28,187)
0 Favorites   0 Comments

Color spaces of #301cbb

RGB 4828187
HSL0.690.740.42
HSV248°85°73°
CMYK 0.740.850.00   0.27
XYZ10.60385.046747.4289
Yxy5.04670.16810.0800
Hunter Lab22.464944.9416-109.4505
CIE-Lab26.867455.9276-77.6995

#301cbb color RGB value is (48,28,187).

#301cbb hex color red value is 48, green value is 28 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #301cbb hue: 0.69 , saturation: 0.74 and the lightness value of 301cbb is 0.42.

The process color (four color CMYK) of #301cbb color hex is 0.74, 0.85, 0.00, 0.27. Web safe color of #301cbb is #3333cc. Color #301cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011100 10111011
Octal 60 34 273
Decimal 48 28 187
Hex 30 1C BB

RGB Percentages of Color #301cbb

%18.25
%10.65
%71.10

CMYK Percentages of Color #301cbb

%74
%85
%0
%27

Triadic Colors of #301cbb

#301cbb #bb301c #1cbb30

Analogous Colors of #301cbb

#301cbb #801cbb #1c57bb

Monochromatic Colors of #301cbb

#301cbb

Complementary Color

#301cbb #a7bb1c

#301cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#301cbb Color CSS Codes

.mybgcolor {background-color:#301cbb; } 
.myforecolor {color:#301cbb; }
.mybordercolor {border:3px solid #301cbb; }

#301cbb Text Font Color

<p style="color:#301cbb">Text here</p>

This sample text font color is #301cbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#301cbb Background Color

<div style="background-color:#301cbb">
Div content here</div>

This div background color is #301cbb


#301cbb Border Color

<div style="border:3px solid #301cbb">
Div here</div>

This div border color is #301cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,28,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #301cbb;
  box-shadow:         1px 1px 3px 2px #301cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,28,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #301cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #301cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #301cbb;
  box-shadow:         1px 1px 3px 2px #301cbb;">
Div content here</div>

This div box has shadow with color #301cbb


Comments

No comments written yet.

Please login to write comment.