Color Hex Logo

#303dbd Color Hex

#303DBD
(48,61,189)
0 Favorites   0 Comments

Color spaces of #303dbd

RGB 4861189
HSL0.650.590.46
HSV234°75°74°
CMYK 0.750.680.00   0.26
XYZ12.07307.640048.9825
Yxy7.64000.17570.1112
Hunter Lab27.640529.5953-85.7209
CIE-Lab33.221639.1783-68.3816

#303dbd color RGB value is (48,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111101 10111101
Octal 60 75 275
Decimal 48 61 189
Hex 30 3D BD

RGB Percentages of Color #303dbd

%16.11
%20.47
%63.42

CMYK Percentages of Color #303dbd

%75
%68
%0
%26

Triadic Colors of #303dbd

#303dbd #bd303d #3dbd30

Analogous Colors of #303dbd

#303dbd #6a30bd #3084bd

Monochromatic Colors of #303dbd

#303dbd

Complementary Color

#303dbd #bdb030

#303dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#303dbd Color CSS Codes

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

#303dbd Text Font Color

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

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


#303dbd Background Color

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

This div background color is #303dbd


#303dbd Border Color

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

This div border color is #303dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303dbd


Comments

No comments written yet.

Please login to write comment.