Shades of Resolution Blue #202F6D
Tints of Resolution Blue #202F6D
RGB
CMYK
RGB Variations
Color information
#202F6D (or 0x202F6D) is known color: Resolution Blue. HEX triplet: 20, 2F and 6D. RGB value is (32,47,109). Sum of RGB (Red+Green+Blue) = 32+47+109=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #202F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F6D is #DFD092. Grayscale: #313131. Windows color (decimal): -14667923 or 7155488. OLE color: 7155488.
HSL color Cylindrical-coordinate representation of color #202F6D: hue angle of 228.31º 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 #202F6D is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 47 | 109 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.57 |
| HSL | 228.31º | 0.55% | 0.28% | - |
| HSV(B) | 228.31º | 0.71% | 0.43% | - |
| XYZ | 4.37 | 3.44 | 14.9 | - |
| YUV | 49.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 109 | 0.71 | 0.57 | 0 | 0.57 | 228.31 | 0.55 | 0.28 |
| Hex | 20 | 2F | 6D | 47 | 39 | 0 | 39 | E4 | 37 | 1C |
| Octal | 40 | 57 | 155 | 107 | 71 | 0 | 71 | 344 | 67 | 34 |
| Binary | 100000 | 101111 | 1101101 | 1000111 | 111001 | 0 | 111001 | 11100100 | 110111 | 11100 |
Color Harmonies of #202F6D
Complementary color
Monochromatic Colors of #202F6D
Black with #202F6D
Text Example
Text Example
White with #202F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F6D; }
p { color: rgb(32,47,109); }
H1.HeaderClassName
{
color: #202F6D;
}
.AnyTagClassName
{
color: #202F6D;
}
</style>
background-color css
<style>
a { background-color: #202F6D; }
a { background-color: rgb(32,47,109); }
div.DivClassName
{
background-color: #202F6D;
}
.BgClassName
{
background-color: #202F6D;
}
</style>
border-color css
<style>
span { border-color: #202F6D; }
span { border-color: rgb(32,47,109); }
td.TdClassName
{
border-color: #202F6D;
}
.TagClassName
{
border-color: #202F6D;
}
</style>