#213376

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

Shades of Resolution Blue #213376

Tints of Resolution Blue #213376

Color information

#213376 (or 0x213376) is unknown color: approx Resolution Blue. HEX triplet: 21, 33 and 76. RGB value is (33,51,118). Sum of RGB (Red+Green+Blue) = 33+51+118=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #213376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213376 is #DECC89. Grayscale: #343434. Windows color (decimal): -14601354 or 7746337. OLE color: 7746337.

HSL color Cylindrical-coordinate representation of color #213376: hue angle of 227.29º 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 #213376 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3351118-
CMYK0.720.5700.54
HSL227.29º56.29%29.61%-
HSV(B)227.29º72.03%46.27%-
XYZ5.08417.64-
YUV53.26164.54113.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 118 (46.48% from 255) = 58.42%
R=16.34%
G=25.25%
B=58.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33511180.720.5700.54227.2956.2929.61
Hex2133764839036e3381e
Octal4163166110710663437036
Binary1000011100111110110100100011100101101101110001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213376; }

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

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

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

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

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

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

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

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