Color Hex Logo

#303dcb Color Hex

#303DCB
(48,61,203)
0 Favorites   0 Comments

Color spaces of #303dcb

RGB 4861203
HSL0.650.620.49
HSV235°76°80°
CMYK 0.760.700.00   0.20
XYZ13.66728.277757.3773
Yxy8.27770.17230.1044
Hunter Lab28.771034.4443-98.1009
CIE-Lab34.554744.0412-74.3805

#303dcb color RGB value is (48,61,203).

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

The process color (four color CMYK) of #303dcb color hex is 0.76, 0.70, 0.00, 0.20. Web safe color of #303dcb is #3333cc. Color #303dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111101 11001011
Octal 60 75 313
Decimal 48 61 203
Hex 30 3D CB

RGB Percentages of Color #303dcb

%15.38
%19.55
%65.06

CMYK Percentages of Color #303dcb

%76
%70
%0
%20

Triadic Colors of #303dcb

#303dcb #cb303d #3dcb30

Analogous Colors of #303dcb

#303dcb #7130cb #308bcb

Monochromatic Colors of #303dcb

#303dcb

Complementary Color

#303dcb #cbbe30

#303dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#303dcb Color CSS Codes

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

#303dcb Text Font Color

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

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


#303dcb Background Color

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

This div background color is #303dcb


#303dcb Border Color

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

This div border color is #303dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,61,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 #303dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303dcb


Comments

No comments written yet.

Please login to write comment.