#22337f

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

Shades of Resolution Blue #22337F

Tints of Resolution Blue #22337F

Color information

#22337F (or 0x22337F) is unknown color: approx Resolution Blue. HEX triplet: 22, 33 and 7F. RGB value is (34,51,127). Sum of RGB (Red+Green+Blue) = 34+51+127=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #22337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22337F is #DDCC80. Grayscale: #363636. Windows color (decimal): -14535809 or 8336162. OLE color: 8336162.

HSL color Cylindrical-coordinate representation of color #22337F: hue angle of 229.03º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22337F is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3451127-
CMYK0.730.6000.50
HSL229.03º57.76%31.57%-
HSV(B)229.03º73.23%49.8%-
XYZ5.674.2420.6-
YUV54.58168.87113.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.04%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 127 (50% from 255) = 59.91%
R=16.04%
G=24.06%
B=59.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34511270.730.6000.50229.0357.7631.57
Hex22337F493C032e53a20
Octal4263177111740623457240
Binary10001011001111111111001001111100011001011100101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22337f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22337f; }

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

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

<style>
 a { background-color: #22337f; }

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

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

<style>
 span { border-color: #22337f; }

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

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