#213449

Color #213449 Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #213449

Tints of Midnight #213449

Color information

#213449 (or 0x213449) is unknown color: approx Midnight. HEX triplet: 21, 34 and 49. RGB value is (33,52,73). Sum of RGB (Red+Green+Blue) = 33+52+73=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #213449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213449 is #DECBB6. Grayscale: #303030. Windows color (decimal): -14601143 or 4797473. OLE color: 4797473.

HSL color Cylindrical-coordinate representation of color #213449: hue angle of 211.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213449 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB335273-
CMYK0.550.2900.71
HSL211.5º37.74%20.78%-
HSV(B)211.5º54.79%28.63%-
XYZ3.063.266.77-
YUV48.71141.71116.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=20.89%
G=32.91%
B=46.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3352730.550.2900.71211.537.7420.78
Hex213449371D047d42615
Octal4164111673501073244625
Binary100001110100100100111011111101010001111101010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213449; }

 p { color: rgb(33,52,73); }

 H1.HeaderClassName
 {
   color: #213449;
 }
 .AnyTagClassName
 {
   color: #213449;
 }
</style>
background-color css

<style>
 a { background-color: #213449; }

 a { background-color: rgb(33,52,73); }

 div.DivClassName
 {
   background-color: #213449;
 }
 .BgClassName
 {
   background-color: #213449;
 }
</style>
border-color css

<style>
 span { border-color: #213449; }

 span { border-color: rgb(33,52,73); }

 td.TdClassName
 {
   border-color: #213449;
 }
 .TagClassName
 {
   border-color: #213449;
 }
</style>