#21317F

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

Shades of Resolution Blue #21317F

Tints of Resolution Blue #21317F

Color information

#21317F (or 0x21317F) is unknown color: approx Resolution Blue. HEX triplet: 21, 31 and 7F. RGB value is (33,49,127). Sum of RGB (Red+Green+Blue) = 33+49+127=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #21317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21317F is #DECE80. Grayscale: #343434. Windows color (decimal): -14601857 or 8335649. OLE color: 8335649.

HSL color Cylindrical-coordinate representation of color #21317F: hue angle of 229.79º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21317F is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3349127-
CMYK0.740.6100.50
HSL229.79º58.75%31.37%-
HSV(B)229.79º74.02%49.8%-
XYZ5.564.0520.57-
YUV53.11169.7113.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 127 (50% from 255) = 60.77%
R=15.79%
G=23.44%
B=60.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33491270.740.6100.50229.7958.7531.37
Hex21317F4A3D032e63b1f
Octal4161177112750623467337
Binary1000011100011111111100101011110101100101110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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