#221964

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

Shades of Midnight Blue #221964

Tints of Midnight Blue #221964

Color information

#221964 (or 0x221964) is unknown color: approx Midnight Blue. HEX triplet: 22, 19 and 64. RGB value is (34,25,100). Sum of RGB (Red+Green+Blue) = 34+25+100=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #221964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221964 is #DDE69B. Grayscale: #232323. Windows color (decimal): -14542492 or 6560034. OLE color: 6560034.

HSL color Cylindrical-coordinate representation of color #221964: hue angle of 247.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221964 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3425100-
CMYK0.660.7500.61
HSL247.2º60%24.51%-
HSV(B)247.2º75%39.22%-
XYZ3.311.9612.26-
YUV36.24163.98126.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 100 (39.45% from 255) = 62.89%
R=21.38%
G=15.72%
B=62.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal34251000.660.7500.61247.26024.51
Hex221964424B03Df73c19
Octal42311441021130753677431
Binary1000101100111001001000010100101101111011111011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221964; }

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

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

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

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

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

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

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

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