#222F7A

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

Shades of Resolution Blue #222F7A

Tints of Resolution Blue #222F7A

Color information

#222F7A (or 0x222F7A) is unknown color: approx Resolution Blue. HEX triplet: 22, 2F and 7A. RGB value is (34,47,122). Sum of RGB (Red+Green+Blue) = 34+47+122=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #222F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222F7A is #DDD085. Grayscale: #333333. Windows color (decimal): -14536838 or 8007458. OLE color: 8007458.

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

Color convert

RGB3447122-
CMYK0.720.6100.52
HSL231.14º56.41%30.59%-
HSV(B)231.14º72.13%47.84%-
XYZ5.193.7818.87-
YUV51.66167.69115.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=16.75%
G=23.15%
B=60.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34471220.720.6100.52231.1456.4130.59
Hex222F7A483D034e7381f
Octal4257172110750643477037
Binary1000101011111111010100100011110101101001110011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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