#22366B

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

Shades of Resolution Blue #22366B

Tints of Resolution Blue #22366B

Color information

#22366B (or 0x22366B) is unknown color: approx Resolution Blue. HEX triplet: 22, 36 and 6B. RGB value is (34,54,107). Sum of RGB (Red+Green+Blue) = 34+54+107=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #22366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22366B is #DDC994. Grayscale: #353535. Windows color (decimal): -14535061 or 7026210. OLE color: 7026210.

HSL color Cylindrical-coordinate representation of color #22366B: hue angle of 223.56º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22366B is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3454107-
CMYK0.680.5000.58
HSL223.56º51.77%27.65%-
HSV(B)223.56º68.22%41.96%-
XYZ4.634.0414.45-
YUV54.06157.87113.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 107 (42.19% from 255) = 54.87%
R=17.44%
G=27.69%
B=54.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34541070.680.5000.58223.5651.7727.65
Hex22366B443203Ae0341c
Octal4266153104620723406434
Binary1000101101101101011100010011001001110101110000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,54,107); }

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

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

 a { background-color: rgb(34,54,107); }

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

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

 span { border-color: rgb(34,54,107); }

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