Shades of Endeavour #295B9C
Tints of Endeavour #295B9C
RGB
CMYK
RGB Variations
Color information
#295B9C (or 0x295B9C) is known color: Endeavour. HEX triplet: 29, 5B and 9C. RGB value is (41,91,156). Sum of RGB (Red+Green+Blue) = 41+91+156=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #295B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295B9C is #D6A463. Grayscale: #535353. Windows color (decimal): -14066788 or 10246953. OLE color: 10246953.
HSL color Cylindrical-coordinate representation of color #295B9C: hue angle of 213.91º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #295B9C is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 91 | 156 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.39 |
| HSL | 213.91º | 0.58% | 0.39% | - |
| HSV(B) | 213.91º | 0.74% | 0.61% | - |
| XYZ | 10.66 | 10.35 | 32.89 | - |
| YUV | 83.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 156 | 0.74 | 0.42 | 0 | 0.39 | 213.91 | 0.58 | 0.39 |
| Hex | 29 | 5B | 9C | 4A | 2A | 0 | 27 | D6 | 3A | 27 |
| Octal | 51 | 133 | 234 | 112 | 52 | 0 | 47 | 326 | 72 | 47 |
| Binary | 101001 | 1011011 | 10011100 | 1001010 | 101010 | 0 | 100111 | 11010110 | 111010 | 100111 |
Color Harmonies of #295B9C
Complementary color
Monochromatic Colors of #295B9C
Black with #295B9C
Text Example
Text Example
White with #295B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B9C; }
p { color: rgb(41,91,156); }
H1.HeaderClassName
{
color: #295B9C;
}
.AnyTagClassName
{
color: #295B9C;
}
</style>
background-color css
<style>
a { background-color: #295B9C; }
a { background-color: rgb(41,91,156); }
div.DivClassName
{
background-color: #295B9C;
}
.BgClassName
{
background-color: #295B9C;
}
</style>
border-color css
<style>
span { border-color: #295B9C; }
span { border-color: rgb(41,91,156); }
td.TdClassName
{
border-color: #295B9C;
}
.TagClassName
{
border-color: #295B9C;
}
</style>