Shades of Endeavour #295C87
Tints of Endeavour #295C87
RGB
CMYK
RGB Variations
Color information
#295C87 (or 0x295C87) is known color: Endeavour. HEX triplet: 29, 5C and 87. RGB value is (41,92,135). Sum of RGB (Red+Green+Blue) = 41+92+135=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #295C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C87 is #D6A378. Grayscale: #515151. Windows color (decimal): -14066553 or 8870953. OLE color: 8870953.
HSL color Cylindrical-coordinate representation of color #295C87: hue angle of 207.45º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295C87 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 92 | 135 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.47 |
| HSL | 207.45º | 0.53% | 0.35% | - |
| HSV(B) | 207.45º | 0.7% | 0.53% | - |
| XYZ | 9.11 | 9.87 | 24.35 | - |
| YUV | 81.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 135 | 0.70 | 0.32 | 0 | 0.47 | 207.45 | 0.53 | 0.35 |
| Hex | 29 | 5C | 87 | 46 | 20 | 0 | 2F | CF | 35 | 23 |
| Octal | 51 | 134 | 207 | 106 | 40 | 0 | 57 | 317 | 65 | 43 |
| Binary | 101001 | 1011100 | 10000111 | 1000110 | 100000 | 0 | 101111 | 11001111 | 110101 | 100011 |
Color Harmonies of #295C87
Complementary color
Monochromatic Colors of #295C87
Black with #295C87
Text Example
Text Example
White with #295C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C87; }
p { color: rgb(41,92,135); }
H1.HeaderClassName
{
color: #295C87;
}
.AnyTagClassName
{
color: #295C87;
}
</style>
background-color css
<style>
a { background-color: #295C87; }
a { background-color: rgb(41,92,135); }
div.DivClassName
{
background-color: #295C87;
}
.BgClassName
{
background-color: #295C87;
}
</style>
border-color css
<style>
span { border-color: #295C87; }
span { border-color: rgb(41,92,135); }
td.TdClassName
{
border-color: #295C87;
}
.TagClassName
{
border-color: #295C87;
}
</style>