#222c7f

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

Shades of Midnight Blue #222C7F

Tints of Midnight Blue #222C7F

Color information

#222C7F (or 0x222C7F) is unknown color: approx Midnight Blue. HEX triplet: 22, 2C and 7F. RGB value is (34,44,127). Sum of RGB (Red+Green+Blue) = 34+44+127=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #222C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C7F is #DDD380. Grayscale: #323232. Windows color (decimal): -14537601 or 8334370. OLE color: 8334370.

HSL color Cylindrical-coordinate representation of color #222C7F: hue angle of 233.55º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #222C7F is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3444127-
CMYK0.730.6500.50
HSL233.55º57.76%31.57%-
HSV(B)233.55º73.23%49.8%-
XYZ5.393.6720.5-
YUV50.47171.19116.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 127 (50% from 255) = 61.95%
R=16.59%
G=21.46%
B=61.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34441270.730.6500.50233.5557.7631.57
Hex222C7F4941032ea3a20
Octal42541771111010623527240
Binary100010101100111111110010011000001011001011101010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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