Shades of Endeavour #204FA2
Tints of Endeavour #204FA2
RGB
CMYK
RGB Variations
Color information
#204FA2 (or 0x204FA2) is known color: Endeavour. HEX triplet: 20, 4F and A2. RGB value is (32,79,162). Sum of RGB (Red+Green+Blue) = 32+79+162=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #204FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204FA2 is #DFB05D. Grayscale: #4A4A4A. Windows color (decimal): -14659678 or 10637088. OLE color: 10637088.
HSL color Cylindrical-coordinate representation of color #204FA2: hue angle of 218.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #204FA2 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 79 | 162 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.36 |
| HSL | 218.31º | 0.67% | 0.38% | - |
| HSV(B) | 218.31º | 0.8% | 0.64% | - |
| XYZ | 9.91 | 8.51 | 35.3 | - |
| YUV | 74.41 | 177.43 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 162 | 0.80 | 0.51 | 0 | 0.36 | 218.31 | 0.67 | 0.38 |
| Hex | 20 | 4F | A2 | 50 | 33 | 0 | 24 | DA | 43 | 26 |
| Octal | 40 | 117 | 242 | 120 | 63 | 0 | 44 | 332 | 103 | 46 |
| Binary | 100000 | 1001111 | 10100010 | 1010000 | 110011 | 0 | 100100 | 11011010 | 1000011 | 100110 |
Color Harmonies of #204FA2
Complementary color
Monochromatic Colors of #204FA2
Black with #204FA2
Text Example
Text Example
White with #204FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204FA2; }
p { color: rgb(32,79,162); }
H1.HeaderClassName
{
color: #204FA2;
}
.AnyTagClassName
{
color: #204FA2;
}
</style>
background-color css
<style>
a { background-color: #204FA2; }
a { background-color: rgb(32,79,162); }
div.DivClassName
{
background-color: #204FA2;
}
.BgClassName
{
background-color: #204FA2;
}
</style>
border-color css
<style>
span { border-color: #204FA2; }
span { border-color: rgb(32,79,162); }
td.TdClassName
{
border-color: #204FA2;
}
.TagClassName
{
border-color: #204FA2;
}
</style>