#21357F

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

Shades of Resolution Blue #21357F

Tints of Resolution Blue #21357F

Color information

#21357F (or 0x21357F) is unknown color: approx Resolution Blue. HEX triplet: 21, 35 and 7F. RGB value is (33,53,127). Sum of RGB (Red+Green+Blue) = 33+53+127=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #21357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21357F is #DECA80. Grayscale: #373737. Windows color (decimal): -14600833 or 8336673. OLE color: 8336673.

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

Color convert

RGB3353127-
CMYK0.740.5800.50
HSL227.23º58.75%31.37%-
HSV(B)227.23º74.02%49.8%-
XYZ5.734.420.63-
YUV55.46168.37111.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 127 (50% from 255) = 59.62%
R=15.49%
G=24.88%
B=59.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33531270.740.5800.50227.2358.7531.37
Hex21357F4A3A032e33b1f
Octal4165177112720623437337
Binary1000011101011111111100101011101001100101110001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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