#213178

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

Shades of Resolution Blue #213178

Tints of Resolution Blue #213178

Color information

#213178 (or 0x213178) is unknown color: approx Resolution Blue. HEX triplet: 21, 31 and 78. RGB value is (33,49,120). Sum of RGB (Red+Green+Blue) = 33+49+120=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #213178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213178 is #DECE87. Grayscale: #343434. Windows color (decimal): -14601864 or 7876897. OLE color: 7876897.

HSL color Cylindrical-coordinate representation of color #213178: hue angle of 228.97º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213178 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3349120-
CMYK0.720.5900.53
HSL228.97º56.86%30%-
HSV(B)228.97º72.5%47.06%-
XYZ5.123.8818.25-
YUV52.31166.2114.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=16.34%
G=24.26%
B=59.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33491200.720.5900.53228.9756.8630
Hex213178483B035e5391e
Octal4161170110730653457136
Binary1000011100011111000100100011101101101011110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213178; }

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

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

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

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

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

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

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

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