#213277

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

Shades of Resolution Blue #213277

Tints of Resolution Blue #213277

Color information

#213277 (or 0x213277) is unknown color: approx Resolution Blue. HEX triplet: 21, 32 and 77. RGB value is (33,50,119). Sum of RGB (Red+Green+Blue) = 33+50+119=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #213277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213277 is #DECD88. Grayscale: #343434. Windows color (decimal): -14601609 or 7811617. OLE color: 7811617.

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

Color convert

RGB3350119-
CMYK0.720.5800.53
HSL228.14º56.58%29.8%-
HSV(B)228.14º72.27%46.67%-
XYZ5.13.9417.94-
YUV52.78165.37113.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 119 (46.88% from 255) = 58.91%
R=16.34%
G=24.75%
B=58.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33501190.720.5800.53228.1456.5829.8
Hex213277483A035e4391e
Octal4162167110720653447136
Binary1000011100101110111100100011101001101011110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213277; }

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

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

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

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

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

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

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

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