#202D81

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

Shades of Resolution Blue #202D81

Tints of Resolution Blue #202D81

Color information

#202D81 (or 0x202D81) is unknown color: approx Resolution Blue. HEX triplet: 20, 2D and 81. RGB value is (32,45,129). Sum of RGB (Red+Green+Blue) = 32+45+129=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #202D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202D81 is #DFD27E. Grayscale: #323232. Windows color (decimal): -14668415 or 8465696. OLE color: 8465696.

HSL color Cylindrical-coordinate representation of color #202D81: hue angle of 231.96º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202D81 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3245129-
CMYK0.750.6500.49
HSL231.96º60.25%31.57%-
HSV(B)231.96º75.19%50.59%-
XYZ5.53.7721.21-
YUV50.69172.19114.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 129 (50.78% from 255) = 62.62%
R=15.53%
G=21.84%
B=62.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32451290.750.6500.49231.9660.2531.57
Hex202D814B41031e83c20
Octal40552011131010613507440
Binary1000001011011000000110010111000001011000111101000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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