Shades of Resolution Blue #202F87
Tints of Resolution Blue #202F87
RGB
CMYK
RGB Variations
Color information
#202F87 (or 0x202F87) is known color: Resolution Blue. HEX triplet: 20, 2F and 87. RGB value is (32,47,135). Sum of RGB (Red+Green+Blue) = 32+47+135=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #202F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202F87 is #DFD078. Grayscale: #343434. Windows color (decimal): -14667897 or 8859424. OLE color: 8859424.
HSL color Cylindrical-coordinate representation of color #202F87: hue angle of 231.26º 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 #202F87 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 47 | 135 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.47 |
| HSL | 231.26º | 0.62% | 0.33% | - |
| HSV(B) | 231.26º | 0.76% | 0.53% | - |
| XYZ | 5.99 | 4.09 | 23.4 | - |
| YUV | 52.55 | 174.53 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 135 | 0.76 | 0.65 | 0 | 0.47 | 231.26 | 0.62 | 0.33 |
| Hex | 20 | 2F | 87 | 4C | 41 | 0 | 2F | E7 | 3E | 21 |
| Octal | 40 | 57 | 207 | 114 | 101 | 0 | 57 | 347 | 76 | 41 |
| Binary | 100000 | 101111 | 10000111 | 1001100 | 1000001 | 0 | 101111 | 11100111 | 111110 | 100001 |
Color Harmonies of #202F87
Complementary color
Monochromatic Colors of #202F87
Black with #202F87
Text Example
Text Example
White with #202F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F87; }
p { color: rgb(32,47,135); }
H1.HeaderClassName
{
color: #202F87;
}
.AnyTagClassName
{
color: #202F87;
}
</style>
background-color css
<style>
a { background-color: #202F87; }
a { background-color: rgb(32,47,135); }
div.DivClassName
{
background-color: #202F87;
}
.BgClassName
{
background-color: #202F87;
}
</style>
border-color css
<style>
span { border-color: #202F87; }
span { border-color: rgb(32,47,135); }
td.TdClassName
{
border-color: #202F87;
}
.TagClassName
{
border-color: #202F87;
}
</style>