#212E76

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

Shades of Resolution Blue #212E76

Tints of Resolution Blue #212E76

Color information

#212E76 (or 0x212E76) is unknown color: approx Resolution Blue. HEX triplet: 21, 2E and 76. RGB value is (33,46,118). Sum of RGB (Red+Green+Blue) = 33+46+118=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #212E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E76 is #DED189. Grayscale: #323232. Windows color (decimal): -14602634 or 7745057. OLE color: 7745057.

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

Color convert

RGB3346118-
CMYK0.720.6100.54
HSL230.82º56.29%29.61%-
HSV(B)230.82º72.03%46.27%-
XYZ4.873.5917.57-
YUV50.32166.19115.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=16.75%
G=23.35%
B=59.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33461180.720.6100.54230.8256.2929.61
Hex212E76483D036e7381e
Octal4156166110750663477036
Binary1000011011101110110100100011110101101101110011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212E76; }

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

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

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

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

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

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

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

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