#213676

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

Shades of Resolution Blue #213676

Tints of Resolution Blue #213676

Color information

#213676 (or 0x213676) is unknown color: approx Resolution Blue. HEX triplet: 21, 36 and 76. RGB value is (33,54,118). Sum of RGB (Red+Green+Blue) = 33+54+118=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #213676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213676 is #DEC989. Grayscale: #363636. Windows color (decimal): -14600586 or 7747105. OLE color: 7747105.

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

Color convert

RGB3354118-
CMYK0.720.5400.54
HSL225.18º56.29%29.61%-
HSV(B)225.18º72.03%46.27%-
XYZ5.224.2717.69-
YUV55.02163.54112.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=16.10%
G=26.34%
B=57.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33541180.720.5400.54225.1856.2929.61
Hex2136764836036e1381e
Octal4166166110660663417036
Binary1000011101101110110100100011011001101101110000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213676; }

 p { color: rgb(33,54,118); }

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

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

 a { background-color: rgb(33,54,118); }

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

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

 span { border-color: rgb(33,54,118); }

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