Shades of Resolution Blue #202E8A
Tints of Resolution Blue #202E8A
RGB
CMYK
RGB Variations
Color information
#202E8A (or 0x202E8A) is known color: Resolution Blue. HEX triplet: 20, 2E and 8A. RGB value is (32,46,138). Sum of RGB (Red+Green+Blue) = 32+46+138=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #202E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E8A is #DFD175. Grayscale: #333333. Windows color (decimal): -14668150 or 9055776. OLE color: 9055776.
HSL color Cylindrical-coordinate representation of color #202E8A: hue angle of 232.08º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #202E8A is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 46 | 138 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.46 |
| HSL | 232.08º | 0.62% | 0.33% | - |
| HSV(B) | 232.08º | 0.77% | 0.54% | - |
| XYZ | 6.16 | 4.1 | 24.51 | - |
| YUV | 52.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 138 | 0.77 | 0.67 | 0 | 0.46 | 232.08 | 0.62 | 0.33 |
| Hex | 20 | 2E | 8A | 4D | 43 | 0 | 2E | E8 | 3E | 21 |
| Octal | 40 | 56 | 212 | 115 | 103 | 0 | 56 | 350 | 76 | 41 |
| Binary | 100000 | 101110 | 10001010 | 1001101 | 1000011 | 0 | 101110 | 11101000 | 111110 | 100001 |
Color Harmonies of #202E8A
Complementary color
Monochromatic Colors of #202E8A
Black with #202E8A
Text Example
Text Example
White with #202E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E8A; }
p { color: rgb(32,46,138); }
H1.HeaderClassName
{
color: #202E8A;
}
.AnyTagClassName
{
color: #202E8A;
}
</style>
background-color css
<style>
a { background-color: #202E8A; }
a { background-color: rgb(32,46,138); }
div.DivClassName
{
background-color: #202E8A;
}
.BgClassName
{
background-color: #202E8A;
}
</style>
border-color css
<style>
span { border-color: #202E8A; }
span { border-color: rgb(32,46,138); }
td.TdClassName
{
border-color: #202E8A;
}
.TagClassName
{
border-color: #202E8A;
}
</style>