#202D79

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

Shades of Resolution Blue #202D79

Tints of Resolution Blue #202D79

Color information

#202D79 (or 0x202D79) is unknown color: approx Resolution Blue. HEX triplet: 20, 2D and 79. RGB value is (32,45,121). Sum of RGB (Red+Green+Blue) = 32+45+121=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #202D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D79 is #DFD286. Grayscale: #313131. Windows color (decimal): -14668423 or 7941408. OLE color: 7941408.

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

Color convert

RGB3245121-
CMYK0.740.6300.53
HSL231.24º58.17%30%-
HSV(B)231.24º73.55%47.45%-
XYZ4.993.5618.51-
YUV49.78168.19115.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 45 (17.97% from 255) = 22.73%
BLUE value IS 121 (47.66% from 255) = 61.11%
R=16.16%
G=22.73%
B=61.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32451210.740.6300.53231.2458.1730
Hex202D794A3F035e73a1e
Octal4055171112770653477236
Binary1000001011011111001100101011111101101011110011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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