Shades of Endeavour #295C93
Tints of Endeavour #295C93
RGB
CMYK
RGB Variations
Color information
#295C93 (or 0x295C93) is known color: Endeavour. HEX triplet: 29, 5C and 93. RGB value is (41,92,147). Sum of RGB (Red+Green+Blue) = 41+92+147=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #295C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C93 is #D6A36C. Grayscale: #525252. Windows color (decimal): -14066541 or 9657385. OLE color: 9657385.
HSL color Cylindrical-coordinate representation of color #295C93: hue angle of 211.13º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295C93 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 92 | 147 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.42 |
| HSL | 211.13º | 0.56% | 0.37% | - |
| HSV(B) | 211.13º | 0.72% | 0.58% | - |
| XYZ | 10.01 | 10.23 | 29.05 | - |
| YUV | 83.02 | 164.1 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 147 | 0.72 | 0.37 | 0 | 0.42 | 211.13 | 0.56 | 0.37 |
| Hex | 29 | 5C | 93 | 48 | 25 | 0 | 2A | D3 | 38 | 25 |
| Octal | 51 | 134 | 223 | 110 | 45 | 0 | 52 | 323 | 70 | 45 |
| Binary | 101001 | 1011100 | 10010011 | 1001000 | 100101 | 0 | 101010 | 11010011 | 111000 | 100101 |
Color Harmonies of #295C93
Complementary color
Monochromatic Colors of #295C93
Black with #295C93
Text Example
Text Example
White with #295C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C93; }
p { color: rgb(41,92,147); }
H1.HeaderClassName
{
color: #295C93;
}
.AnyTagClassName
{
color: #295C93;
}
</style>
background-color css
<style>
a { background-color: #295C93; }
a { background-color: rgb(41,92,147); }
div.DivClassName
{
background-color: #295C93;
}
.BgClassName
{
background-color: #295C93;
}
</style>
border-color css
<style>
span { border-color: #295C93; }
span { border-color: rgb(41,92,147); }
td.TdClassName
{
border-color: #295C93;
}
.TagClassName
{
border-color: #295C93;
}
</style>