#212462

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

Shades of Midnight Blue #212462

Tints of Midnight Blue #212462

Color information

#212462 (or 0x212462) is unknown color: approx Midnight Blue. HEX triplet: 21, 24 and 62. RGB value is (33,36,98). Sum of RGB (Red+Green+Blue) = 33+36+98=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #212462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212462 is #DEDB9D. Grayscale: #292929. Windows color (decimal): -14605214 or 6431777. OLE color: 6431777.

HSL color Cylindrical-coordinate representation of color #212462: hue angle of 237.23º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212462 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB333698-
CMYK0.660.6300.62
HSL237.23º49.62%25.69%-
HSV(B)237.23º66.33%38.43%-
XYZ3.462.4711.85-
YUV42.17159.51121.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 98 (38.67% from 255) = 58.68%
R=19.76%
G=21.56%
B=58.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3336980.660.6300.62237.2349.6225.69
Hex212462423F03Eed321a
Octal4144142102770763556232
Binary1000011001001100010100001011111101111101110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212462; }

 p { color: rgb(33,36,98); }

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

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

 a { background-color: rgb(33,36,98); }

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

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

 span { border-color: rgb(33,36,98); }

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