#212267

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

Shades of Midnight Blue #212267

Tints of Midnight Blue #212267

Color information

#212267 (or 0x212267) is unknown color: approx Midnight Blue. HEX triplet: 21, 22 and 67. RGB value is (33,34,103). Sum of RGB (Red+Green+Blue) = 33+34+103=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #212267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212267 is #DEDD98. Grayscale: #292929. Windows color (decimal): -14605721 or 6758945. OLE color: 6758945.

HSL color Cylindrical-coordinate representation of color #212267: hue angle of 239.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #212267 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3334103-
CMYK0.680.6700.60
HSL239.14º51.47%26.67%-
HSV(B)239.14º67.96%40.39%-
XYZ3.652.4513.11-
YUV41.57162.67121.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 103 (40.62% from 255) = 60.59%
R=19.41%
G=20%
B=60.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33341030.680.6700.60239.1451.4726.67
Hex212267444303Cef331b
Octal41421471041030743576333
Binary10000110001011001111000100100001101111001110111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212267; }

 p { color: rgb(33,34,103); }

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

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

 a { background-color: rgb(33,34,103); }

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

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

 span { border-color: rgb(33,34,103); }

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