#222684

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

Shades of Midnight Blue #222684

Tints of Midnight Blue #222684

Color information

#222684 (or 0x222684) is unknown color: approx Midnight Blue. HEX triplet: 22, 26 and 84. RGB value is (34,38,132). Sum of RGB (Red+Green+Blue) = 34+38+132=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #222684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222684 is #DDD97B. Grayscale: #2F2F2F. Windows color (decimal): -14539132 or 8660514. OLE color: 8660514.

HSL color Cylindrical-coordinate representation of color #222684: hue angle of 237.55º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222684 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3438132-
CMYK0.740.7100.48
HSL237.55º59.04%32.55%-
HSV(B)237.55º74.24%51.76%-
XYZ5.523.3922.19-
YUV47.52175.67118.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 132 (51.95% from 255) = 64.71%
R=16.67%
G=18.63%
B=64.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34381320.740.7100.48237.5559.0432.55
Hex2226844A47030ee3b21
Octal42462041121070603567341
Binary1000101001101000010010010101000111011000011101110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222684; }

 p { color: rgb(34,38,132); }

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

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

 a { background-color: rgb(34,38,132); }

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

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

 span { border-color: rgb(34,38,132); }

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