#22317F

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

Shades of Resolution Blue #22317F

Tints of Resolution Blue #22317F

Color information

#22317F (or 0x22317F) is unknown color: approx Resolution Blue. HEX triplet: 22, 31 and 7F. RGB value is (34,49,127). Sum of RGB (Red+Green+Blue) = 34+49+127=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #22317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22317F is #DDCE80. Grayscale: #353535. Windows color (decimal): -14536321 or 8335650. OLE color: 8335650.

HSL color Cylindrical-coordinate representation of color #22317F: hue angle of 230.32º 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 #22317F is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3449127-
CMYK0.730.6100.50
HSL230.32º57.76%31.57%-
HSV(B)230.32º73.23%49.8%-
XYZ5.594.0720.57-
YUV53.41169.53114.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 127 (50% from 255) = 60.48%
R=16.19%
G=23.33%
B=60.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34491270.730.6100.50230.3257.7631.57
Hex22317F493D032e63a20
Octal4261177111750623467240
Binary10001011000111111111001001111101011001011100110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22317F; }

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

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

<style>
 a { background-color: #22317F; }

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

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

<style>
 span { border-color: #22317F; }

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

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