#22417B

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

Shades of Resolution Blue #22417B

Tints of Resolution Blue #22417B

Color information

#22417B (or 0x22417B) is unknown color: approx Resolution Blue. HEX triplet: 22, 41 and 7B. RGB value is (34,65,123). Sum of RGB (Red+Green+Blue) = 34+65+123=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #22417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22417B is #DDBE84. Grayscale: #3E3E3E. Windows color (decimal): -14532229 or 8077602. OLE color: 8077602.

HSL color Cylindrical-coordinate representation of color #22417B: hue angle of 219.1º degrees, saturation: 0.57, 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 #22417B is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3465123-
CMYK0.720.4700.52
HSL219.1º56.69%30.78%-
HSV(B)219.1º72.36%48.24%-
XYZ6.135.5519.49-
YUV62.34162.23107.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.32%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=15.32%
G=29.28%
B=55.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34651230.720.4700.52219.156.6930.78
Hex22417B482F034db391f
Octal42101173110570643337137
Binary10001010000011111011100100010111101101001101101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22417B; }

 p { color: rgb(34,65,123); }

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

<style>
 a { background-color: #22417B; }

 a { background-color: rgb(34,65,123); }

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

<style>
 span { border-color: #22417B; }

 span { border-color: rgb(34,65,123); }

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