Shades of Resolution Blue #202E6F
Tints of Resolution Blue #202E6F
RGB
CMYK
RGB Variations
Color information
#202E6F (or 0x202E6F) is known color: Resolution Blue. HEX triplet: 20, 2E and 6F. RGB value is (32,46,111). Sum of RGB (Red+Green+Blue) = 32+46+111=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #202E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E6F is #DFD190. Grayscale: #303030. Windows color (decimal): -14668177 or 7286304. OLE color: 7286304.
HSL color Cylindrical-coordinate representation of color #202E6F: hue angle of 229.37º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #202E6F is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 46 | 111 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.56 |
| HSL | 229.37º | 0.55% | 0.28% | - |
| HSV(B) | 229.37º | 0.71% | 0.44% | - |
| XYZ | 4.44 | 3.41 | 15.46 | - |
| YUV | 49.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 111 | 0.71 | 0.59 | 0 | 0.56 | 229.37 | 0.55 | 0.28 |
| Hex | 20 | 2E | 6F | 47 | 3B | 0 | 38 | E5 | 37 | 1C |
| Octal | 40 | 56 | 157 | 107 | 73 | 0 | 70 | 345 | 67 | 34 |
| Binary | 100000 | 101110 | 1101111 | 1000111 | 111011 | 0 | 111000 | 11100101 | 110111 | 11100 |
Color Harmonies of #202E6F
Complementary color
Monochromatic Colors of #202E6F
Black with #202E6F
Text Example
Text Example
White with #202E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E6F; }
p { color: rgb(32,46,111); }
H1.HeaderClassName
{
color: #202E6F;
}
.AnyTagClassName
{
color: #202E6F;
}
</style>
background-color css
<style>
a { background-color: #202E6F; }
a { background-color: rgb(32,46,111); }
div.DivClassName
{
background-color: #202E6F;
}
.BgClassName
{
background-color: #202E6F;
}
</style>
border-color css
<style>
span { border-color: #202E6F; }
span { border-color: rgb(32,46,111); }
td.TdClassName
{
border-color: #202E6F;
}
.TagClassName
{
border-color: #202E6F;
}
</style>