#222A7A

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

Shades of Midnight Blue #222A7A

Tints of Midnight Blue #222A7A

Color information

#222A7A (or 0x222A7A) is unknown color: approx Midnight Blue. HEX triplet: 22, 2A and 7A. RGB value is (34,42,122). Sum of RGB (Red+Green+Blue) = 34+42+122=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #222A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222A7A is #DDD585. Grayscale: #303030. Windows color (decimal): -14538118 or 8006178. OLE color: 8006178.

HSL color Cylindrical-coordinate representation of color #222A7A: hue angle of 234.55º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #222A7A is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3442122-
CMYK0.720.6600.52
HSL234.55º56.41%30.59%-
HSV(B)234.55º72.13%47.84%-
XYZ53.418.81-
YUV48.73169.35117.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 42 (16.80% from 255) = 21.21%
BLUE value IS 122 (48.05% from 255) = 61.62%
R=17.17%
G=21.21%
B=61.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34421220.720.6600.52234.5556.4130.59
Hex222A7A4842034eb381f
Octal42521721101020643537037
Binary10001010101011110101001000100001001101001110101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,42,122); }

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

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

 a { background-color: rgb(34,42,122); }

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

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

 span { border-color: rgb(34,42,122); }

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