#212C82

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

Shades of Midnight Blue #212C82

Tints of Midnight Blue #212C82

Color information

#212C82 (or 0x212C82) is unknown color: approx Midnight Blue. HEX triplet: 21, 2C and 82. RGB value is (33,44,130). Sum of RGB (Red+Green+Blue) = 33+44+130=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #212C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C82 is #DED37D. Grayscale: #323232. Windows color (decimal): -14603134 or 8530977. OLE color: 8530977.

HSL color Cylindrical-coordinate representation of color #212C82: hue angle of 233.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212C82 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3344130-
CMYK0.750.6600.49
HSL233.2º59.51%31.96%-
HSV(B)233.2º74.62%50.98%-
XYZ5.563.7421.55-
YUV50.52172.86115.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 130 (51.17% from 255) = 62.80%
R=15.94%
G=21.26%
B=62.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33441300.750.6600.49233.259.5131.96
Hex212C824B42031e93c20
Octal41542021131020613517440
Binary1000011011001000001010010111000010011000111101001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C82; }

 p { color: rgb(33,44,130); }

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

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

 a { background-color: rgb(33,44,130); }

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

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

 span { border-color: rgb(33,44,130); }

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