#202D88

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

Shades of Resolution Blue #202D88

Tints of Resolution Blue #202D88

Color information

#202D88 (or 0x202D88) is unknown color: approx Resolution Blue. HEX triplet: 20, 2D and 88. RGB value is (32,45,136). Sum of RGB (Red+Green+Blue) = 32+45+136=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #202D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202D88 is #DFD277. Grayscale: #333333. Windows color (decimal): -14668408 or 8924448. OLE color: 8924448.

HSL color Cylindrical-coordinate representation of color #202D88: hue angle of 232.5º 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 #202D88 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3245136-
CMYK0.760.6700.47
HSL232.5º61.9%32.94%-
HSV(B)232.5º76.47%53.33%-
XYZ5.983.9623.74-
YUV51.49175.69114.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 136 (53.52% from 255) = 63.85%
R=15.02%
G=21.13%
B=63.85%

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
Decimal32451360.760.6700.47232.561.932.94
Hex202D884C4302Fe83e21
Octal40552101141030573507641
Binary1000001011011000100010011001000011010111111101000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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