#222775

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

Shades of Midnight Blue #222775

Tints of Midnight Blue #222775

Color information

#222775 (or 0x222775) is unknown color: approx Midnight Blue. HEX triplet: 22, 27 and 75. RGB value is (34,39,117). Sum of RGB (Red+Green+Blue) = 34+39+117=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #222775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222775 is #DDD88A. Grayscale: #2E2E2E. Windows color (decimal): -14538891 or 7677730. OLE color: 7677730.

HSL color Cylindrical-coordinate representation of color #222775: hue angle of 236.39º 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 #222775 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3439117-
CMYK0.710.6700.54
HSL236.39º54.97%29.61%-
HSV(B)236.39º70.94%45.88%-
XYZ4.63.0817.18-
YUV46.4167.84119.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=17.89%
G=20.53%
B=61.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34391170.710.6700.54236.3954.9729.61
Hex2227754743036ec371e
Octal42471651071030663546736
Binary10001010011111101011000111100001101101101110110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222775; }

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

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

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

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

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

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

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

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