Shades of Endeavour #295C8B
Tints of Endeavour #295C8B
RGB
CMYK
RGB Variations
Color information
#295C8B (or 0x295C8B) is known color: Endeavour. HEX triplet: 29, 5C and 8B. RGB value is (41,92,139). Sum of RGB (Red+Green+Blue) = 41+92+139=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #295C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C8B is #D6A374. Grayscale: #515151. Windows color (decimal): -14066549 or 9133097. OLE color: 9133097.
HSL color Cylindrical-coordinate representation of color #295C8B: hue angle of 208.78º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295C8B is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 92 | 139 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.45 |
| HSL | 208.78º | 0.54% | 0.35% | - |
| HSV(B) | 208.78º | 0.71% | 0.55% | - |
| XYZ | 9.4 | 9.99 | 25.86 | - |
| YUV | 82.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 139 | 0.71 | 0.34 | 0 | 0.45 | 208.78 | 0.54 | 0.35 |
| Hex | 29 | 5C | 8B | 47 | 22 | 0 | 2D | D1 | 36 | 23 |
| Octal | 51 | 134 | 213 | 107 | 42 | 0 | 55 | 321 | 66 | 43 |
| Binary | 101001 | 1011100 | 10001011 | 1000111 | 100010 | 0 | 101101 | 11010001 | 110110 | 100011 |
Color Harmonies of #295C8B
Complementary color
Monochromatic Colors of #295C8B
Black with #295C8B
Text Example
Text Example
White with #295C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295C8B; }
p { color: rgb(41,92,139); }
H1.HeaderClassName
{
color: #295C8B;
}
.AnyTagClassName
{
color: #295C8B;
}
</style>
background-color css
<style>
a { background-color: #295C8B; }
a { background-color: rgb(41,92,139); }
div.DivClassName
{
background-color: #295C8B;
}
.BgClassName
{
background-color: #295C8B;
}
</style>
border-color css
<style>
span { border-color: #295C8B; }
span { border-color: rgb(41,92,139); }
td.TdClassName
{
border-color: #295C8B;
}
.TagClassName
{
border-color: #295C8B;
}
</style>