Shades of Resolution Blue #202E7E
Tints of Resolution Blue #202E7E
RGB
CMYK
RGB Variations
Color information
#202E7E (or 0x202E7E) is known color: Resolution Blue. HEX triplet: 20, 2E and 7E. RGB value is (32,46,126). Sum of RGB (Red+Green+Blue) = 32+46+126=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #202E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E7E is #DFD181. Grayscale: #323232. Windows color (decimal): -14668162 or 8269344. OLE color: 8269344.
HSL color Cylindrical-coordinate representation of color #202E7E: hue angle of 231.06º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202E7E is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 46 | 126 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.51 |
| HSL | 231.06º | 0.59% | 0.31% | - |
| HSV(B) | 231.06º | 0.75% | 0.49% | - |
| XYZ | 5.34 | 3.77 | 20.18 | - |
| YUV | 50.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 126 | 0.75 | 0.63 | 0 | 0.51 | 231.06 | 0.59 | 0.31 |
| Hex | 20 | 2E | 7E | 4B | 3F | 0 | 33 | E7 | 3B | 1F |
| Octal | 40 | 56 | 176 | 113 | 77 | 0 | 63 | 347 | 73 | 37 |
| Binary | 100000 | 101110 | 1111110 | 1001011 | 111111 | 0 | 110011 | 11100111 | 111011 | 11111 |
Color Harmonies of #202E7E
Complementary color
Monochromatic Colors of #202E7E
Black with #202E7E
Text Example
Text Example
White with #202E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E7E; }
p { color: rgb(32,46,126); }
H1.HeaderClassName
{
color: #202E7E;
}
.AnyTagClassName
{
color: #202E7E;
}
</style>
background-color css
<style>
a { background-color: #202E7E; }
a { background-color: rgb(32,46,126); }
div.DivClassName
{
background-color: #202E7E;
}
.BgClassName
{
background-color: #202E7E;
}
</style>
border-color css
<style>
span { border-color: #202E7E; }
span { border-color: rgb(32,46,126); }
td.TdClassName
{
border-color: #202E7E;
}
.TagClassName
{
border-color: #202E7E;
}
</style>