#22336E

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

Shades of Resolution Blue #22336E

Tints of Resolution Blue #22336E

Color information

#22336E (or 0x22336E) is unknown color: approx Resolution Blue. HEX triplet: 22, 33 and 6E. RGB value is (34,51,110). Sum of RGB (Red+Green+Blue) = 34+51+110=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #22336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22336E is #DDCC91. Grayscale: #343434. Windows color (decimal): -14535826 or 7222050. OLE color: 7222050.

HSL color Cylindrical-coordinate representation of color #22336E: hue angle of 226.58º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22336E is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3451110-
CMYK0.690.5400.57
HSL226.58º52.78%28.24%-
HSV(B)226.58º69.09%43.14%-
XYZ4.663.8315.25-
YUV52.64160.37114.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=17.44%
G=26.15%
B=56.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34511100.690.5400.57226.5852.7828.24
Hex22336E4536039e3351c
Octal4263156105660713436534
Binary1000101100111101110100010111011001110011110001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22336E; }

 p { color: rgb(34,51,110); }

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

<style>
 a { background-color: #22336E; }

 a { background-color: rgb(34,51,110); }

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

<style>
 span { border-color: #22336E; }

 span { border-color: rgb(34,51,110); }

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