#202D87

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

Shades of Resolution Blue #202D87

Tints of Resolution Blue #202D87

Color information

#202D87 (or 0x202D87) is unknown color: approx Resolution Blue. HEX triplet: 20, 2D and 87. RGB value is (32,45,135). Sum of RGB (Red+Green+Blue) = 32+45+135=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #202D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202D87 is #DFD278. Grayscale: #333333. Windows color (decimal): -14668409 or 8858912. OLE color: 8858912.

HSL color Cylindrical-coordinate representation of color #202D87: hue angle of 232.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202D87 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3245135-
CMYK0.760.6700.47
HSL232.43º61.68%32.75%-
HSV(B)232.43º76.3%52.94%-
XYZ5.913.9323.37-
YUV51.37175.19114.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 45 (17.97% from 255) = 21.23%
BLUE value IS 135 (53.12% from 255) = 63.68%
R=15.09%
G=21.23%
B=63.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32451350.760.6700.47232.4361.6832.75
Hex202D874C4302Fe83e21
Octal40552071141030573507641
Binary1000001011011000011110011001000011010111111101000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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