Shades of Resolution Blue #202F6E
Tints of Resolution Blue #202F6E
RGB
CMYK
RGB Variations
Color information
#202F6E (or 0x202F6E) is known color: Resolution Blue. HEX triplet: 20, 2F and 6E. RGB value is (32,47,110). Sum of RGB (Red+Green+Blue) = 32+47+110=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #202F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F6E is #DFD091. Grayscale: #313131. Windows color (decimal): -14667922 or 7221024. OLE color: 7221024.
HSL color Cylindrical-coordinate representation of color #202F6E: hue angle of 228.46º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #202F6E is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 47 | 110 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.57 |
| HSL | 228.46º | 0.55% | 0.28% | - |
| HSV(B) | 228.46º | 0.71% | 0.43% | - |
| XYZ | 4.43 | 3.47 | 15.19 | - |
| YUV | 49.7 | 162.03 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 110 | 0.71 | 0.57 | 0 | 0.57 | 228.46 | 0.55 | 0.28 |
| Hex | 20 | 2F | 6E | 47 | 39 | 0 | 39 | E4 | 37 | 1C |
| Octal | 40 | 57 | 156 | 107 | 71 | 0 | 71 | 344 | 67 | 34 |
| Binary | 100000 | 101111 | 1101110 | 1000111 | 111001 | 0 | 111001 | 11100100 | 110111 | 11100 |
Color Harmonies of #202F6E
Complementary color
Monochromatic Colors of #202F6E
Black with #202F6E
Text Example
Text Example
White with #202F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F6E; }
p { color: rgb(32,47,110); }
H1.HeaderClassName
{
color: #202F6E;
}
.AnyTagClassName
{
color: #202F6E;
}
</style>
background-color css
<style>
a { background-color: #202F6E; }
a { background-color: rgb(32,47,110); }
div.DivClassName
{
background-color: #202F6E;
}
.BgClassName
{
background-color: #202F6E;
}
</style>
border-color css
<style>
span { border-color: #202F6E; }
span { border-color: rgb(32,47,110); }
td.TdClassName
{
border-color: #202F6E;
}
.TagClassName
{
border-color: #202F6E;
}
</style>