Shades of Resolution Blue #202F72
Tints of Resolution Blue #202F72
RGB
CMYK
RGB Variations
Color information
#202F72 (or 0x202F72) is known color: Resolution Blue. HEX triplet: 20, 2F and 72. RGB value is (32,47,114). Sum of RGB (Red+Green+Blue) = 32+47+114=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #202F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F72 is #DFD08D. Grayscale: #313131. Windows color (decimal): -14667918 or 7483168. OLE color: 7483168.
HSL color Cylindrical-coordinate representation of color #202F72: hue angle of 229.02º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202F72 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 47 | 114 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.55 |
| HSL | 229.02º | 0.56% | 0.29% | - |
| HSV(B) | 229.02º | 0.72% | 0.45% | - |
| XYZ | 4.65 | 3.56 | 16.36 | - |
| YUV | 50.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 114 | 0.72 | 0.59 | 0 | 0.55 | 229.02 | 0.56 | 0.29 |
| Hex | 20 | 2F | 72 | 48 | 3B | 0 | 37 | E5 | 38 | 1D |
| Octal | 40 | 57 | 162 | 110 | 73 | 0 | 67 | 345 | 70 | 35 |
| Binary | 100000 | 101111 | 1110010 | 1001000 | 111011 | 0 | 110111 | 11100101 | 111000 | 11101 |
Color Harmonies of #202F72
Complementary color
Monochromatic Colors of #202F72
Black with #202F72
Text Example
Text Example
White with #202F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F72; }
p { color: rgb(32,47,114); }
H1.HeaderClassName
{
color: #202F72;
}
.AnyTagClassName
{
color: #202F72;
}
</style>
background-color css
<style>
a { background-color: #202F72; }
a { background-color: rgb(32,47,114); }
div.DivClassName
{
background-color: #202F72;
}
.BgClassName
{
background-color: #202F72;
}
</style>
border-color css
<style>
span { border-color: #202F72; }
span { border-color: rgb(32,47,114); }
td.TdClassName
{
border-color: #202F72;
}
.TagClassName
{
border-color: #202F72;
}
</style>