Color Hex Logo

#305fcb Color Hex

#305FCB
(48,95,203)
0 Favorites   0 Comments

Color spaces of #305fcb

RGB 4895203
HSL0.620.620.49
HSV222°76°80°
CMYK 0.760.530.00   0.20
XYZ16.090613.124658.1851
Yxy13.12460.18410.1502
Hunter Lab36.227915.8819-69.8653
CIE-Lab42.950422.5008-60.6597

#305fcb color RGB value is (48,95,203).

#305fcb hex color red value is 48, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #305fcb hue: 0.62 , saturation: 0.62 and the lightness value of 305fcb is 0.49.

The process color (four color CMYK) of #305fcb color hex is 0.76, 0.53, 0.00, 0.20. Web safe color of #305fcb is #3366cc. Color #305fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011111 11001011
Octal 60 137 313
Decimal 48 95 203
Hex 30 5F CB

RGB Percentages of Color #305fcb

%13.87
%27.46
%58.67

CMYK Percentages of Color #305fcb

%76
%53
%0
%20

Triadic Colors of #305fcb

#305fcb #cb305f #5fcb30

Analogous Colors of #305fcb

#305fcb #4e30cb #30adcb

Monochromatic Colors of #305fcb

#305fcb

Complementary Color

#305fcb #cb9c30

#305fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#305fcb Color CSS Codes

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

#305fcb Text Font Color

<p style="color:#305fcb">Text here</p>

This sample text font color is #305fcb
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.


#305fcb Background Color

<div style="background-color:#305fcb">
Div content here</div>

This div background color is #305fcb


#305fcb Border Color

<div style="border:3px solid #305fcb">
Div here</div>

This div border color is #305fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,95,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #305fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #305fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #305fcb;
  box-shadow:         1px 1px 3px 2px #305fcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305fcb


Comments

No comments written yet.

Please login to write comment.