Color Hex Logo

#303bbd Color Hex

#303BBD
(48,59,189)
0 Favorites   0 Comments

Color spaces of #303bbd

RGB 4859189
HSL0.650.590.46
HSV235°75°74°
CMYK 0.750.690.00   0.26
XYZ11.96827.430448.9475
Yxy7.43040.17510.1087
Hunter Lab27.258830.6692-87.3836
CIE-Lab32.767340.4071-69.1283

#303bbd color RGB value is (48,59,189).

#303bbd hex color red value is 48, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #303bbd hue: 0.65 , saturation: 0.59 and the lightness value of 303bbd is 0.46.

The process color (four color CMYK) of #303bbd color hex is 0.75, 0.69, 0.00, 0.26. Web safe color of #303bbd is #3333cc. Color #303bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111011 10111101
Octal 60 73 275
Decimal 48 59 189
Hex 30 3B BD

RGB Percentages of Color #303bbd

%16.22
%19.93
%63.85

CMYK Percentages of Color #303bbd

%75
%69
%0
%26

Triadic Colors of #303bbd

#303bbd #bd303b #3bbd30

Analogous Colors of #303bbd

#303bbd #6c30bd #3082bd

Monochromatic Colors of #303bbd

#303bbd

Complementary Color

#303bbd #bdb230

#303bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#303bbd Color CSS Codes

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

#303bbd Text Font Color

<p style="color:#303bbd">Text here</p>

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


#303bbd Background Color

<div style="background-color:#303bbd">
Div content here</div>

This div background color is #303bbd


#303bbd Border Color

<div style="border:3px solid #303bbd">
Div here</div>

This div border color is #303bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,59,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #303bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #303bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #303bbd;
  box-shadow:         1px 1px 3px 2px #303bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303bbd


Comments

No comments written yet.

Please login to write comment.