Shades of Resolution Blue #202F6C
Tints of Resolution Blue #202F6C
RGB
CMYK
RGB Variations
Color information
#202F6C (or 0x202F6C) is known color: Resolution Blue. HEX triplet: 20, 2F and 6C. RGB value is (32,47,108). Sum of RGB (Red+Green+Blue) = 32+47+108=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #202F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F6C is #DFD093. Grayscale: #313131. Windows color (decimal): -14667924 or 7089952. OLE color: 7089952.
HSL color Cylindrical-coordinate representation of color #202F6C: hue angle of 228.16º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #202F6C is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 47 | 108 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.58 |
| HSL | 228.16º | 0.54% | 0.27% | - |
| HSV(B) | 228.16º | 0.7% | 0.42% | - |
| XYZ | 4.32 | 3.42 | 14.62 | - |
| YUV | 49.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 108 | 0.70 | 0.56 | 0 | 0.58 | 228.16 | 0.54 | 0.27 |
| Hex | 20 | 2F | 6C | 46 | 38 | 0 | 3A | E4 | 36 | 1B |
| Octal | 40 | 57 | 154 | 106 | 70 | 0 | 72 | 344 | 66 | 33 |
| Binary | 100000 | 101111 | 1101100 | 1000110 | 111000 | 0 | 111010 | 11100100 | 110110 | 11011 |
Color Harmonies of #202F6C
Complementary color
Monochromatic Colors of #202F6C
Black with #202F6C
Text Example
Text Example
White with #202F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F6C; }
p { color: rgb(32,47,108); }
H1.HeaderClassName
{
color: #202F6C;
}
.AnyTagClassName
{
color: #202F6C;
}
</style>
background-color css
<style>
a { background-color: #202F6C; }
a { background-color: rgb(32,47,108); }
div.DivClassName
{
background-color: #202F6C;
}
.BgClassName
{
background-color: #202F6C;
}
</style>
border-color css
<style>
span { border-color: #202F6C; }
span { border-color: rgb(32,47,108); }
td.TdClassName
{
border-color: #202F6C;
}
.TagClassName
{
border-color: #202F6C;
}
</style>