#22397A

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

Shades of Resolution Blue #22397A

Tints of Resolution Blue #22397A

Color information

#22397A (or 0x22397A) is unknown color: approx Resolution Blue. HEX triplet: 22, 39 and 7A. RGB value is (34,57,122). Sum of RGB (Red+Green+Blue) = 34+57+122=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #22397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22397A is #DDC685. Grayscale: #393939. Windows color (decimal): -14534278 or 8010018. OLE color: 8010018.

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

Color convert

RGB3457122-
CMYK0.720.5300.52
HSL224.32º56.41%30.59%-
HSV(B)224.32º72.13%47.84%-
XYZ5.644.6719.02-
YUV57.53164.38111.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.96%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=15.96%
G=26.76%
B=57.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34571220.720.5300.52224.3256.4130.59
Hex22397A4835034e0381f
Octal4271172110650643407037
Binary1000101110011111010100100011010101101001110000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22397A; }

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

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

<style>
 a { background-color: #22397A; }

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

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

<style>
 span { border-color: #22397A; }

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

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