Color Hex Logo

#333dba Color Hex

#333DBA
(51,61,186)
0 Favorites   0 Comments

Color spaces of #333dba

RGB 5161186
HSL0.650.570.46
HSV236°73°73°
CMYK 0.730.670.00   0.27
XYZ11.89697.586547.2917
Yxy7.58650.17820.1136
Hunter Lab27.543628.8982-82.5190
CIE-Lab33.106438.4466-66.7962

#333dba color RGB value is (51,61,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111101 10111010
Octal 63 75 272
Decimal 51 61 186
Hex 33 3D BA

RGB Percentages of Color #333dba

%17.11
%20.47
%62.42

CMYK Percentages of Color #333dba

%73
%67
%0
%27

Triadic Colors of #333dba

#333dba #ba333d #3dba33

Analogous Colors of #333dba

#333dba #6d33ba #3381ba

Monochromatic Colors of #333dba

#333dba

Complementary Color

#333dba #bab033

#333dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#333dba Color CSS Codes

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

#333dba Text Font Color

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

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


#333dba Background Color

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

This div background color is #333dba


#333dba Border Color

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

This div border color is #333dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,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 #333dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333dba


Comments

No comments written yet.

Please login to write comment.