Color Hex Logo

#303dbc Color Hex

#303DBC
(48,61,188)
0 Favorites   0 Comments

Color spaces of #303dbc

RGB 4861188
HSL0.650.590.46
HSV234°74°74°
CMYK 0.740.680.00   0.26
XYZ11.96487.596748.4127
Yxy7.59670.17600.1118
Hunter Lab27.562129.2537-84.8491
CIE-Lab33.128438.8268-67.9456

#303dbc color RGB value is (48,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111101 10111100
Octal 60 75 274
Decimal 48 61 188
Hex 30 3D BC

RGB Percentages of Color #303dbc

%16.16
%20.54
%63.30

CMYK Percentages of Color #303dbc

%74
%68
%0
%26

Triadic Colors of #303dbc

#303dbc #bc303d #3dbc30

Analogous Colors of #303dbc

#303dbc #6930bc #3083bc

Monochromatic Colors of #303dbc

#303dbc

Complementary Color

#303dbc #bcaf30

#303dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#303dbc Color CSS Codes

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

#303dbc Text Font Color

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

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


#303dbc Background Color

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

This div background color is #303dbc


#303dbc Border Color

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

This div border color is #303dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303dbc


Comments

No comments written yet.

Please login to write comment.