#21354C

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

Shades of Midnight #21354C

Tints of Midnight #21354C

Color information

#21354C (or 0x21354C) is unknown color: approx Midnight. HEX triplet: 21, 35 and 4C. RGB value is (33,53,76). Sum of RGB (Red+Green+Blue) = 33+53+76=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #21354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21354C is #DECAB3. Grayscale: #313131. Windows color (decimal): -14600884 or 4994337. OLE color: 4994337.

HSL color Cylindrical-coordinate representation of color #21354C: hue angle of 212.09º 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 #21354C is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB335376-
CMYK0.570.3000.70
HSL212.09º39.45%21.37%-
HSV(B)212.09º56.58%29.8%-
XYZ3.23.397.32-
YUV49.64142.87116.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=20.37%
G=32.72%
B=46.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3353760.570.3000.70212.0939.4521.37
Hex21354C391E046d42715
Octal4165114713601063244725
Binary100001110101100110011100111110010001101101010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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