#222C77

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

Shades of Midnight Blue #222C77

Tints of Midnight Blue #222C77

Color information

#222C77 (or 0x222C77) is unknown color: approx Midnight Blue. HEX triplet: 22, 2C and 77. RGB value is (34,44,119). Sum of RGB (Red+Green+Blue) = 34+44+119=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #222C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C77 is #DDD388. Grayscale: #313131. Windows color (decimal): -14537609 or 7810082. OLE color: 7810082.

HSL color Cylindrical-coordinate representation of color #222C77: hue angle of 232.94º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #222C77 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3444119-
CMYK0.710.6300.53
HSL232.94º55.56%30%-
HSV(B)232.94º71.43%46.67%-
XYZ4.893.4717.87-
YUV49.56167.19116.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=17.26%
G=22.34%
B=60.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34441190.710.6300.53232.9455.5630
Hex222C77473F035e9381e
Octal4254167107770653517036
Binary1000101011001110111100011111111101101011110100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222C77; }

 p { color: rgb(34,44,119); }

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

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

 a { background-color: rgb(34,44,119); }

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

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

 span { border-color: rgb(34,44,119); }

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