#222875

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

Shades of Midnight Blue #222875

Tints of Midnight Blue #222875

Color information

#222875 (or 0x222875) is unknown color: approx Midnight Blue. HEX triplet: 22, 28 and 75. RGB value is (34,40,117). Sum of RGB (Red+Green+Blue) = 34+40+117=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #222875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222875 is #DDD78A. Grayscale: #2E2E2E. Windows color (decimal): -14538635 or 7677986. OLE color: 7677986.

HSL color Cylindrical-coordinate representation of color #222875: hue angle of 235.66º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #222875 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3440117-
CMYK0.710.6600.54
HSL235.66º54.97%29.61%-
HSV(B)235.66º70.94%45.88%-
XYZ4.633.1417.19-
YUV46.98167.51118.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=17.80%
G=20.94%
B=61.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34401170.710.6600.54235.6654.9729.61
Hex2228754742036ec371e
Octal42501651071020663546736
Binary10001010100011101011000111100001001101101110110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222875; }

 p { color: rgb(34,40,117); }

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

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

 a { background-color: rgb(34,40,117); }

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

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

 span { border-color: rgb(34,40,117); }

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