#212B6C

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

Shades of Midnight Blue #212B6C

Tints of Midnight Blue #212B6C

Color information

#212B6C (or 0x212B6C) is unknown color: approx Midnight Blue. HEX triplet: 21, 2B and 6C. RGB value is (33,43,108). Sum of RGB (Red+Green+Blue) = 33+43+108=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #212B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B6C is #DED493. Grayscale: #2F2F2F. Windows color (decimal): -14603412 or 7088929. OLE color: 7088929.

HSL color Cylindrical-coordinate representation of color #212B6C: hue angle of 232º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212B6C is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3343108-
CMYK0.690.6000.58
HSL232º53.19%27.65%-
HSV(B)232º69.44%42.35%-
XYZ4.23.1314.57-
YUV47.42162.19117.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 43 (17.19% from 255) = 23.37%
BLUE value IS 108 (42.58% from 255) = 58.70%
R=17.93%
G=23.37%
B=58.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33431080.690.6000.5823253.1927.65
Hex212B6C453C03Ae8351c
Octal4153154105740723506534
Binary1000011010111101100100010111110001110101110100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,43,108); }

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

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

 a { background-color: rgb(33,43,108); }

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

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

 span { border-color: rgb(33,43,108); }

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