Color Hex Logo

#21465b Color Hex

#21465B
(33,70,91)
1 Favorites   0 Comments

Color spaces of #21465b

RGB 337091
HSL0.560.470.24
HSV202°64°36°
CMYK 0.640.230.00   0.64
XYZ4.70575.459010.7032
Yxy5.45900.22550.2616
Hunter Lab23.3645-4.9373-10.8054
CIE-Lab28.0044-6.0771-16.4331

#21465b color RGB value is (33,70,91).

#21465b hex color red value is 33, green value is 70 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #21465b hue: 0.56 , saturation: 0.47 and the lightness value of 21465b is 0.24.

The process color (four color CMYK) of #21465b color hex is 0.64, 0.23, 0.00, 0.64. Web safe color of #21465b is #333366. Color #21465b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000110 01011011
Octal 41 106 133
Decimal 33 70 91
Hex 21 46 5B

RGB Percentages of Color #21465b

%17.01
%36.08
%46.91

CMYK Percentages of Color #21465b

%64
%23
%0
%64

Triadic Colors of #21465b

#21465b #5b2146 #465b21

Analogous Colors of #21465b

#21465b #21295b #215b53

Monochromatic Colors of #21465b

#21465b

Complementary Color

#21465b #5b3621

#21465b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21465b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21465b Color CSS Codes

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

#21465b Text Font Color

<p style="color:#21465b">Text here</p>

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


#21465b Background Color

<div style="background-color:#21465b">
Div content here</div>

This div background color is #21465b


#21465b Border Color

<div style="border:3px solid #21465b">
Div here</div>

This div border color is #21465b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,70,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21465b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21465b;
  -webkit-box-shadow: 1px 1px 3px 2px #21465b;
  box-shadow:         1px 1px 3px 2px #21465b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,70,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21465b


Comments

No comments written yet.

Please login to write comment.