#222C7E

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

Shades of Midnight Blue #222C7E

Tints of Midnight Blue #222C7E

Color information

#222C7E (or 0x222C7E) is unknown color: approx Midnight Blue. HEX triplet: 22, 2C and 7E. RGB value is (34,44,126). Sum of RGB (Red+Green+Blue) = 34+44+126=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #222C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C7E is #DDD381. Grayscale: #323232. Windows color (decimal): -14537602 or 8268834. OLE color: 8268834.

HSL color Cylindrical-coordinate representation of color #222C7E: hue angle of 233.48º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #222C7E is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3444126-
CMYK0.730.6500.51
HSL233.48º57.5%31.37%-
HSV(B)233.48º73.02%49.41%-
XYZ5.333.6520.16-
YUV50.36170.69116.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 126 (49.61% from 255) = 61.76%
R=16.67%
G=21.57%
B=61.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34441260.730.6500.51233.4857.531.37
Hex222C7E4941033e93a1f
Octal42541761111010633517237
Binary10001010110011111101001001100000101100111110100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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