#213971

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

Shades of Resolution Blue #213971

Tints of Resolution Blue #213971

Color information

#213971 (or 0x213971) is unknown color: approx Resolution Blue. HEX triplet: 21, 39 and 71. RGB value is (33,57,113). Sum of RGB (Red+Green+Blue) = 33+57+113=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #213971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213971 is #DEC68E. Grayscale: #373737. Windows color (decimal): -14599823 or 7420193. OLE color: 7420193.

HSL color Cylindrical-coordinate representation of color #213971: hue angle of 222º 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 #213971 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3357113-
CMYK0.710.5000.56
HSL222º54.79%28.63%-
HSV(B)222º70.8%44.31%-
XYZ5.074.4416.21-
YUV56.21160.05111.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=16.26%
G=28.08%
B=55.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33571130.710.5000.5622254.7928.63
Hex2139714732038de371d
Octal4171161107620703366735
Binary1000011110011110001100011111001001110001101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213971; }

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

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

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

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

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

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

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

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