Shades of Endeavour #205AA4
Tints of Endeavour #205AA4
RGB
CMYK
RGB Variations
Color information
#205AA4 (or 0x205AA4) is known color: Endeavour. HEX triplet: 20, 5A and A4. RGB value is (32,90,164). Sum of RGB (Red+Green+Blue) = 32+90+164=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #205AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205AA4 is #DFA55B. Grayscale: #505050. Windows color (decimal): -14656860 or 10770976. OLE color: 10770976.
HSL color Cylindrical-coordinate representation of color #205AA4: hue angle of 213.64º 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 #205AA4 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 90 | 164 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.36 |
| HSL | 213.64º | 0.67% | 0.38% | - |
| HSV(B) | 213.64º | 0.8% | 0.64% | - |
| XYZ | 10.95 | 10.3 | 36.53 | - |
| YUV | 81.09 | 174.78 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 164 | 0.80 | 0.45 | 0 | 0.36 | 213.64 | 0.67 | 0.38 |
| Hex | 20 | 5A | A4 | 50 | 2D | 0 | 24 | D6 | 43 | 26 |
| Octal | 40 | 132 | 244 | 120 | 55 | 0 | 44 | 326 | 103 | 46 |
| Binary | 100000 | 1011010 | 10100100 | 1010000 | 101101 | 0 | 100100 | 11010110 | 1000011 | 100110 |
Color Harmonies of #205AA4
Complementary color
Monochromatic Colors of #205AA4
Black with #205AA4
Text Example
Text Example
White with #205AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205AA4; }
p { color: rgb(32,90,164); }
H1.HeaderClassName
{
color: #205AA4;
}
.AnyTagClassName
{
color: #205AA4;
}
</style>
background-color css
<style>
a { background-color: #205AA4; }
a { background-color: rgb(32,90,164); }
div.DivClassName
{
background-color: #205AA4;
}
.BgClassName
{
background-color: #205AA4;
}
</style>
border-color css
<style>
span { border-color: #205AA4; }
span { border-color: rgb(32,90,164); }
td.TdClassName
{
border-color: #205AA4;
}
.TagClassName
{
border-color: #205AA4;
}
</style>