#222E87

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

Shades of Resolution Blue #222E87

Tints of Resolution Blue #222E87

Color information

#222E87 (or 0x222E87) is unknown color: approx Resolution Blue. HEX triplet: 22, 2E and 87. RGB value is (34,46,135). Sum of RGB (Red+Green+Blue) = 34+46+135=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #222E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222E87 is #DDD178. Grayscale: #343434. Windows color (decimal): -14537081 or 8859170. OLE color: 8859170.

HSL color Cylindrical-coordinate representation of color #222E87: hue angle of 232.87º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #222E87 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3446135-
CMYK0.750.6600.47
HSL232.87º59.76%33.14%-
HSV(B)232.87º74.81%52.94%-
XYZ6.014.0423.39-
YUV52.56174.52114.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 135 (53.12% from 255) = 62.79%
R=15.81%
G=21.40%
B=62.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34461350.750.6600.47232.8759.7633.14
Hex222E874B4202Fe93c21
Octal42562071131020573517441
Binary1000101011101000011110010111000010010111111101001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,46,135); }

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

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

 a { background-color: rgb(34,46,135); }

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

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

 span { border-color: rgb(34,46,135); }

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