#212D77

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

Shades of Resolution Blue #212D77

Tints of Resolution Blue #212D77

Color information

#212D77 (or 0x212D77) is unknown color: approx Resolution Blue. HEX triplet: 21, 2D and 77. RGB value is (33,45,119). Sum of RGB (Red+Green+Blue) = 33+45+119=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #212D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D77 is #DED288. Grayscale: #313131. Windows color (decimal): -14602889 or 7810337. OLE color: 7810337.

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

Color convert

RGB3345119-
CMYK0.720.6200.53
HSL231.63º56.58%29.8%-
HSV(B)231.63º72.27%46.67%-
XYZ4.93.5317.88-
YUV49.85167.02115.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.75%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=16.75%
G=22.84%
B=60.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33451190.720.6200.53231.6356.5829.8
Hex212D77483E035e8391e
Octal4155167110760653507136
Binary1000011011011110111100100011111001101011110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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