#222B7A

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

Shades of Midnight Blue #222B7A

Tints of Midnight Blue #222B7A

Color information

#222B7A (or 0x222B7A) is unknown color: approx Midnight Blue. HEX triplet: 22, 2B and 7A. RGB value is (34,43,122). Sum of RGB (Red+Green+Blue) = 34+43+122=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #222B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B7A is #DDD485. Grayscale: #303030. Windows color (decimal): -14537862 or 8006434. OLE color: 8006434.

HSL color Cylindrical-coordinate representation of color #222B7A: hue angle of 233.86º 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 #222B7A is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3443122-
CMYK0.720.6500.52
HSL233.86º56.41%30.59%-
HSV(B)233.86º72.13%47.84%-
XYZ5.043.4718.82-
YUV49.32169.02117.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=17.09%
G=21.61%
B=61.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34431220.720.6500.52233.8656.4130.59
Hex222B7A4841034ea381f
Octal42531721101010643527037
Binary10001010101111110101001000100000101101001110101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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