#221962

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

Shades of Midnight Blue #221962

Tints of Midnight Blue #221962

Color information

#221962 (or 0x221962) is unknown color: approx Midnight Blue. HEX triplet: 22, 19 and 62. RGB value is (34,25,98). Sum of RGB (Red+Green+Blue) = 34+25+98=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #221962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221962 is #DDE69D. Grayscale: #232323. Windows color (decimal): -14542494 or 6428962. OLE color: 6428962.

HSL color Cylindrical-coordinate representation of color #221962: hue angle of 247.4º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221962 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB342598-
CMYK0.650.7400.62
HSL247.4º59.35%24.12%-
HSV(B)247.4º74.49%38.43%-
XYZ3.211.9211.76-
YUV36.01162.98126.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 98 (38.67% from 255) = 62.42%
R=21.66%
G=15.92%
B=62.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3425980.650.7400.62247.459.3524.12
Hex221962414A03Ef73b18
Octal42311421011120763677330
Binary1000101100111000101000001100101001111101111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221962; }

 p { color: rgb(34,25,98); }

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

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

 a { background-color: rgb(34,25,98); }

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

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

 span { border-color: rgb(34,25,98); }

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