Shades of Endeavour #205495
Tints of Endeavour #205495
RGB
CMYK
RGB Variations
Color information
#205495 (or 0x205495) is known color: Endeavour. HEX triplet: 20, 54 and 95. RGB value is (32,84,149). Sum of RGB (Red+Green+Blue) = 32+84+149=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #205495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205495 is #DFAB6A. Grayscale: #4B4B4B. Windows color (decimal): -14658411 or 9786400. OLE color: 9786400.
HSL color Cylindrical-coordinate representation of color #205495: hue angle of 213.33º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205495 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 84 | 149 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.42 |
| HSL | 213.33º | 0.65% | 0.35% | - |
| HSV(B) | 213.33º | 0.79% | 0.58% | - |
| XYZ | 9.19 | 8.82 | 29.65 | - |
| YUV | 75.86 | 169.27 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 149 | 0.79 | 0.44 | 0 | 0.42 | 213.33 | 0.65 | 0.35 |
| Hex | 20 | 54 | 95 | 4F | 2C | 0 | 2A | D5 | 41 | 23 |
| Octal | 40 | 124 | 225 | 117 | 54 | 0 | 52 | 325 | 101 | 43 |
| Binary | 100000 | 1010100 | 10010101 | 1001111 | 101100 | 0 | 101010 | 11010101 | 1000001 | 100011 |
Color Harmonies of #205495
Complementary color
Monochromatic Colors of #205495
Black with #205495
Text Example
Text Example
White with #205495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205495; }
p { color: rgb(32,84,149); }
H1.HeaderClassName
{
color: #205495;
}
.AnyTagClassName
{
color: #205495;
}
</style>
background-color css
<style>
a { background-color: #205495; }
a { background-color: rgb(32,84,149); }
div.DivClassName
{
background-color: #205495;
}
.BgClassName
{
background-color: #205495;
}
</style>
border-color css
<style>
span { border-color: #205495; }
span { border-color: rgb(32,84,149); }
td.TdClassName
{
border-color: #205495;
}
.TagClassName
{
border-color: #205495;
}
</style>