#21327F

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

Shades of Resolution Blue #21327F

Tints of Resolution Blue #21327F

Color information

#21327F (or 0x21327F) is unknown color: approx Resolution Blue. HEX triplet: 21, 32 and 7F. RGB value is (33,50,127). Sum of RGB (Red+Green+Blue) = 33+50+127=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 50 (19.92% from 255 or 23.81% 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 #21327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21327F is #DECD80. Grayscale: #353535. Windows color (decimal): -14601601 or 8335905. OLE color: 8335905.

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

Color convert

RGB3350127-
CMYK0.740.6100.50
HSL229.15º58.75%31.37%-
HSV(B)229.15º74.02%49.8%-
XYZ5.64.1420.58-
YUV53.7169.37113.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 127 (50% from 255) = 60.48%
R=15.71%
G=23.81%
B=60.48%

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
Decimal33501270.740.6100.50229.1558.7531.37
Hex21327F4A3D032e53b1f
Octal4162177112750623457337
Binary1000011100101111111100101011110101100101110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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