Shades of Resolution Blue #202F7D
Tints of Resolution Blue #202F7D
RGB
CMYK
RGB Variations
Color information
#202F7D (or 0x202F7D) is known color: Resolution Blue. HEX triplet: 20, 2F and 7D. RGB value is (32,47,125). Sum of RGB (Red+Green+Blue) = 32+47+125=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #202F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F7D is #DFD082. Grayscale: #333333. Windows color (decimal): -14667907 or 8204064. OLE color: 8204064.
HSL color Cylindrical-coordinate representation of color #202F7D: hue angle of 230.32º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #202F7D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 47 | 125 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.51 |
| HSL | 230.32º | 0.59% | 0.31% | - |
| HSV(B) | 230.32º | 0.74% | 0.49% | - |
| XYZ | 5.31 | 3.82 | 19.86 | - |
| YUV | 51.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 125 | 0.74 | 0.62 | 0 | 0.51 | 230.32 | 0.59 | 0.31 |
| Hex | 20 | 2F | 7D | 4A | 3E | 0 | 33 | E6 | 3B | 1F |
| Octal | 40 | 57 | 175 | 112 | 76 | 0 | 63 | 346 | 73 | 37 |
| Binary | 100000 | 101111 | 1111101 | 1001010 | 111110 | 0 | 110011 | 11100110 | 111011 | 11111 |
Color Harmonies of #202F7D
Complementary color
Monochromatic Colors of #202F7D
Black with #202F7D
Text Example
Text Example
White with #202F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F7D; }
p { color: rgb(32,47,125); }
H1.HeaderClassName
{
color: #202F7D;
}
.AnyTagClassName
{
color: #202F7D;
}
</style>
background-color css
<style>
a { background-color: #202F7D; }
a { background-color: rgb(32,47,125); }
div.DivClassName
{
background-color: #202F7D;
}
.BgClassName
{
background-color: #202F7D;
}
</style>
border-color css
<style>
span { border-color: #202F7D; }
span { border-color: rgb(32,47,125); }
td.TdClassName
{
border-color: #202F7D;
}
.TagClassName
{
border-color: #202F7D;
}
</style>