#213871

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

Shades of Resolution Blue #213871

Tints of Resolution Blue #213871

Color information

#213871 (or 0x213871) is unknown color: approx Resolution Blue. HEX triplet: 21, 38 and 71. RGB value is (33,56,113). Sum of RGB (Red+Green+Blue) = 33+56+113=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #213871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213871 is #DEC78E. Grayscale: #373737. Windows color (decimal): -14600079 or 7419937. OLE color: 7419937.

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

Color convert

RGB3356113-
CMYK0.710.5000.56
HSL222.75º54.79%28.63%-
HSV(B)222.75º70.8%44.31%-
XYZ5.024.3416.2-
YUV55.62160.38111.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 113 (44.53% from 255) = 55.94%
R=16.34%
G=27.72%
B=55.94%

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
Decimal33561130.710.5000.56222.7554.7928.63
Hex2138714732038df371d
Octal4170161107620703376735
Binary1000011110001110001100011111001001110001101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213871; }

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

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

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

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

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

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

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

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