#21337F

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

Shades of Resolution Blue #21337F

Tints of Resolution Blue #21337F

Color information

#21337F (or 0x21337F) is unknown color: approx Resolution Blue. HEX triplet: 21, 33 and 7F. RGB value is (33,51,127). Sum of RGB (Red+Green+Blue) = 33+51+127=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #21337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21337F is #DECC80. Grayscale: #353535. Windows color (decimal): -14601345 or 8336161. OLE color: 8336161.

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

Color convert

RGB3351127-
CMYK0.740.6000.50
HSL228.51º58.75%31.37%-
HSV(B)228.51º74.02%49.8%-
XYZ5.644.2220.6-
YUV54.28169.04112.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 127 (50% from 255) = 60.19%
R=15.64%
G=24.17%
B=60.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33511270.740.6000.50228.5158.7531.37
Hex21337F4A3C032e53b1f
Octal4163177112740623457337
Binary1000011100111111111100101011110001100101110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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