#213771

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

Shades of Resolution Blue #213771

Tints of Resolution Blue #213771

Color information

#213771 (or 0x213771) is unknown color: approx Resolution Blue. HEX triplet: 21, 37 and 71. RGB value is (33,55,113). Sum of RGB (Red+Green+Blue) = 33+55+113=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #213771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213771 is #DEC88E. Grayscale: #363636. Windows color (decimal): -14600335 or 7419681. OLE color: 7419681.

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

Color convert

RGB3355113-
CMYK0.710.5100.56
HSL223.5º54.79%28.63%-
HSV(B)223.5º70.8%44.31%-
XYZ4.974.2516.18-
YUV55.03160.71112.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=16.42%
G=27.36%
B=56.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33551130.710.5100.56223.554.7928.63
Hex2137714733038e0371d
Octal4167161107630703406735
Binary1000011101111110001100011111001101110001110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213771; }

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

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

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

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

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

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

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

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