#213171

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

Shades of Resolution Blue #213171

Tints of Resolution Blue #213171

Color information

#213171 (or 0x213171) is unknown color: approx Resolution Blue. HEX triplet: 21, 31 and 71. RGB value is (33,49,113). Sum of RGB (Red+Green+Blue) = 33+49+113=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #213171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213171 is #DECE8E. Grayscale: #333333. Windows color (decimal): -14601871 or 7418145. OLE color: 7418145.

HSL color Cylindrical-coordinate representation of color #213171: hue angle of 228º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213171 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3349113-
CMYK0.710.5700.56
HSL228º54.79%28.63%-
HSV(B)228º70.8%44.31%-
XYZ4.713.7116.09-
YUV51.51162.7114.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=16.92%
G=25.13%
B=57.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33491130.710.5700.5622854.7928.63
Hex2131714739038e4371d
Octal4161161107710703446735
Binary1000011100011110001100011111100101110001110010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213171; }

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

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

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

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

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

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

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

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