#213477

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

Shades of Resolution Blue #213477

Tints of Resolution Blue #213477

Color information

#213477 (or 0x213477) is unknown color: approx Resolution Blue. HEX triplet: 21, 34 and 77. RGB value is (33,52,119). Sum of RGB (Red+Green+Blue) = 33+52+119=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #213477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213477 is #DECB88. Grayscale: #353535. Windows color (decimal): -14601097 or 7812129. OLE color: 7812129.

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

Color convert

RGB3352119-
CMYK0.720.5600.53
HSL226.74º56.58%29.8%-
HSV(B)226.74º72.27%46.67%-
XYZ5.184.1117.97-
YUV53.96164.71113.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=16.18%
G=25.49%
B=58.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33521190.720.5600.53226.7456.5829.8
Hex2134774838035e3391e
Octal4164167110700653437136
Binary1000011101001110111100100011100001101011110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213477; }

 p { color: rgb(33,52,119); }

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

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

 a { background-color: rgb(33,52,119); }

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

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

 span { border-color: rgb(33,52,119); }

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