#213170

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

Shades of Resolution Blue #213170

Tints of Resolution Blue #213170

Color information

#213170 (or 0x213170) is unknown color: approx Resolution Blue. HEX triplet: 21, 31 and 70. RGB value is (33,49,112). Sum of RGB (Red+Green+Blue) = 33+49+112=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #213170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213170 is #DECE8F. Grayscale: #333333. Windows color (decimal): -14601872 or 7352609. OLE color: 7352609.

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

Color convert

RGB3349112-
CMYK0.710.5600.56
HSL227.85º54.48%28.43%-
HSV(B)227.85º70.54%43.92%-
XYZ4.653.6915.8-
YUV51.4162.2114.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=17.01%
G=25.26%
B=57.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33491120.710.5600.56227.8554.4828.43
Hex2131704738038e4361c
Octal4161160107700703446634
Binary1000011100011110000100011111100001110001110010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213170; }

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

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

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

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

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

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

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

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