Color Hex Logo

#303dba Color Hex

#303DBA
(48,61,186)
0 Favorites   0 Comments

Color spaces of #303dba

RGB 4861186
HSL0.650.590.46
HSV234°74°73°
CMYK 0.740.670.00   0.27
XYZ11.75067.511047.2848
Yxy7.51100.17660.1129
Hunter Lab27.406228.5723-83.1106
CIE-Lab32.943038.1217-67.0706

#303dba color RGB value is (48,61,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111101 10111010
Octal 60 75 272
Decimal 48 61 186
Hex 30 3D BA

RGB Percentages of Color #303dba

%16.27
%20.68
%63.05

CMYK Percentages of Color #303dba

%74
%67
%0
%27

Triadic Colors of #303dba

#303dba #ba303d #3dba30

Analogous Colors of #303dba

#303dba #6830ba #3082ba

Monochromatic Colors of #303dba

#303dba

Complementary Color

#303dba #baad30

#303dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#303dba Color CSS Codes

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

#303dba Text Font Color

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

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


#303dba Background Color

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

This div background color is #303dba


#303dba Border Color

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

This div border color is #303dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303dba


Comments

No comments written yet.

Please login to write comment.