#21344C

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

Shades of Midnight #21344C

Tints of Midnight #21344C

Color information

#21344C (or 0x21344C) is unknown color: approx Midnight. HEX triplet: 21, 34 and 4C. RGB value is (33,52,76). Sum of RGB (Red+Green+Blue) = 33+52+76=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #21344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21344C is #DECBB3. Grayscale: #303030. Windows color (decimal): -14601140 or 4994081. OLE color: 4994081.

HSL color Cylindrical-coordinate representation of color #21344C: hue angle of 213.49º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21344C is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB335276-
CMYK0.570.3200.70
HSL213.49º39.45%21.37%-
HSV(B)213.49º56.58%29.8%-
XYZ3.163.37.31-
YUV49.06143.21116.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=20.50%
G=32.30%
B=47.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3352760.570.3200.70213.4939.4521.37
Hex21344C3920046d52715
Octal4164114714001063254725
Binary1000011101001001100111001100000010001101101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21344C; }

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

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

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

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

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

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

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

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