#213345

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

Shades of Midnight #213345

Tints of Midnight #213345

Color information

#213345 (or 0x213345) is unknown color: approx Midnight. HEX triplet: 21, 33 and 45. RGB value is (33,51,69). Sum of RGB (Red+Green+Blue) = 33+51+69=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #213345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213345 is #DECCBA. Grayscale: #2F2F2F. Windows color (decimal): -14601403 or 4535073. OLE color: 4535073.

HSL color Cylindrical-coordinate representation of color #213345: hue angle of 210º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #213345 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB335169-
CMYK0.520.2600.73
HSL210º35.29%20%-
HSV(B)210º52.17%27.06%-
XYZ2.893.126.08-
YUV47.67140.04117.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 45.10%
R=21.57%
G=33.33%
B=45.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3351690.520.2600.7321035.2920
Hex213345341A049d22314
Octal4163105643201113224324
Binary100001110011100010111010011010010010011101001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213345; }

 p { color: rgb(33,51,69); }

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

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

 a { background-color: rgb(33,51,69); }

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

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

 span { border-color: rgb(33,51,69); }

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