Shades of Resolution Blue #202F88
Tints of Resolution Blue #202F88
RGB
CMYK
RGB Variations
Color information
#202F88 (or 0x202F88) is known color: Resolution Blue. HEX triplet: 20, 2F and 88. RGB value is (32,47,136). Sum of RGB (Red+Green+Blue) = 32+47+136=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #202F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202F88 is #DFD077. Grayscale: #343434. Windows color (decimal): -14667896 or 8924960. OLE color: 8924960.
HSL color Cylindrical-coordinate representation of color #202F88: hue angle of 231.35º 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 #202F88 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 47 | 136 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.47 |
| HSL | 231.35º | 0.62% | 0.33% | - |
| HSV(B) | 231.35º | 0.76% | 0.53% | - |
| XYZ | 6.06 | 4.12 | 23.77 | - |
| YUV | 52.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 136 | 0.76 | 0.65 | 0 | 0.47 | 231.35 | 0.62 | 0.33 |
| Hex | 20 | 2F | 88 | 4C | 41 | 0 | 2F | E7 | 3E | 21 |
| Octal | 40 | 57 | 210 | 114 | 101 | 0 | 57 | 347 | 76 | 41 |
| Binary | 100000 | 101111 | 10001000 | 1001100 | 1000001 | 0 | 101111 | 11100111 | 111110 | 100001 |
Color Harmonies of #202F88
Complementary color
Monochromatic Colors of #202F88
Black with #202F88
Text Example
Text Example
White with #202F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F88; }
p { color: rgb(32,47,136); }
H1.HeaderClassName
{
color: #202F88;
}
.AnyTagClassName
{
color: #202F88;
}
</style>
background-color css
<style>
a { background-color: #202F88; }
a { background-color: rgb(32,47,136); }
div.DivClassName
{
background-color: #202F88;
}
.BgClassName
{
background-color: #202F88;
}
</style>
border-color css
<style>
span { border-color: #202F88; }
span { border-color: rgb(32,47,136); }
td.TdClassName
{
border-color: #202F88;
}
.TagClassName
{
border-color: #202F88;
}
</style>