Shades of Resolution Blue #202D7B
Tints of Resolution Blue #202D7B
RGB
CMYK
RGB Variations
Color information
#202D7B (or 0x202D7B) is known color: Resolution Blue. HEX triplet: 20, 2D and 7B. RGB value is (32,45,123). Sum of RGB (Red+Green+Blue) = 32+45+123=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #202D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D7B is #DFD284. Grayscale: #313131. Windows color (decimal): -14668421 or 8072480. OLE color: 8072480.
HSL color Cylindrical-coordinate representation of color #202D7B: hue angle of 231.43º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #202D7B is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 45 | 123 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.52 |
| HSL | 231.43º | 0.59% | 0.3% | - |
| HSV(B) | 231.43º | 0.74% | 0.48% | - |
| XYZ | 5.11 | 3.61 | 19.17 | - |
| YUV | 50.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 123 | 0.74 | 0.63 | 0 | 0.52 | 231.43 | 0.59 | 0.3 |
| Hex | 20 | 2D | 7B | 4A | 3F | 0 | 34 | E7 | 3B | 1E |
| Octal | 40 | 55 | 173 | 112 | 77 | 0 | 64 | 347 | 73 | 36 |
| Binary | 100000 | 101101 | 1111011 | 1001010 | 111111 | 0 | 110100 | 11100111 | 111011 | 11110 |
Color Harmonies of #202D7B
Complementary color
Monochromatic Colors of #202D7B
Black with #202D7B
Text Example
Text Example
White with #202D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D7B; }
p { color: rgb(32,45,123); }
H1.HeaderClassName
{
color: #202D7B;
}
.AnyTagClassName
{
color: #202D7B;
}
</style>
background-color css
<style>
a { background-color: #202D7B; }
a { background-color: rgb(32,45,123); }
div.DivClassName
{
background-color: #202D7B;
}
.BgClassName
{
background-color: #202D7B;
}
</style>
border-color css
<style>
span { border-color: #202D7B; }
span { border-color: rgb(32,45,123); }
td.TdClassName
{
border-color: #202D7B;
}
.TagClassName
{
border-color: #202D7B;
}
</style>