#222F87

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

Shades of Resolution Blue #222F87

Tints of Resolution Blue #222F87

Color information

#222F87 (or 0x222F87) is unknown color: approx Resolution Blue. HEX triplet: 22, 2F and 87. RGB value is (34,47,135). Sum of RGB (Red+Green+Blue) = 34+47+135=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #222F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222F87 is #DDD078. Grayscale: #343434. Windows color (decimal): -14536825 or 8859426. OLE color: 8859426.

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

Color convert

RGB3447135-
CMYK0.750.6500.47
HSL232.28º59.76%33.14%-
HSV(B)232.28º74.81%52.94%-
XYZ6.054.1223.4-
YUV53.14174.19114.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.74%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 135 (53.12% from 255) = 62.5%
R=15.74%
G=21.76%
B=62.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34471350.750.6500.47232.2859.7633.14
Hex222F874B4102Fe83c21
Octal42572071131010573507441
Binary1000101011111000011110010111000001010111111101000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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