#212D79

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

Shades of Resolution Blue #212D79

Tints of Resolution Blue #212D79

Color information

#212D79 (or 0x212D79) is unknown color: approx Resolution Blue. HEX triplet: 21, 2D and 79. RGB value is (33,45,121). Sum of RGB (Red+Green+Blue) = 33+45+121=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #212D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D79 is #DED286. Grayscale: #313131. Windows color (decimal): -14602887 or 7941409. OLE color: 7941409.

HSL color Cylindrical-coordinate representation of color #212D79: hue angle of 231.82º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212D79 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3345121-
CMYK0.730.6300.53
HSL231.82º57.14%30.2%-
HSV(B)231.82º72.73%47.45%-
XYZ5.023.5818.52-
YUV50.08168.02115.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 121 (47.66% from 255) = 60.80%
R=16.58%
G=22.61%
B=60.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33451210.730.6300.53231.8257.1430.2
Hex212D79493F035e8391e
Octal4155171111770653507136
Binary1000011011011111001100100111111101101011110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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