Shades of Endeavour #295384
Tints of Endeavour #295384
RGB
CMYK
RGB Variations
Color information
#295384 (or 0x295384) is known color: Endeavour. HEX triplet: 29, 53 and 84. RGB value is (41,83,132). Sum of RGB (Red+Green+Blue) = 41+83+132=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #295384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295384 is #D6AC7B. Grayscale: #4B4B4B. Windows color (decimal): -14068860 or 8672041. OLE color: 8672041.
HSL color Cylindrical-coordinate representation of color #295384: hue angle of 212.31º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295384 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 83 | 132 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.48 |
| HSL | 212.31º | 0.53% | 0.34% | - |
| HSV(B) | 212.31º | 0.69% | 0.52% | - |
| XYZ | 8.17 | 8.32 | 23.01 | - |
| YUV | 76.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 132 | 0.69 | 0.37 | 0 | 0.48 | 212.31 | 0.53 | 0.34 |
| Hex | 29 | 53 | 84 | 45 | 25 | 0 | 30 | D4 | 35 | 22 |
| Octal | 51 | 123 | 204 | 105 | 45 | 0 | 60 | 324 | 65 | 42 |
| Binary | 101001 | 1010011 | 10000100 | 1000101 | 100101 | 0 | 110000 | 11010100 | 110101 | 100010 |
Color Harmonies of #295384
Complementary color
Monochromatic Colors of #295384
Black with #295384
Text Example
Text Example
White with #295384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295384; }
p { color: rgb(41,83,132); }
H1.HeaderClassName
{
color: #295384;
}
.AnyTagClassName
{
color: #295384;
}
</style>
background-color css
<style>
a { background-color: #295384; }
a { background-color: rgb(41,83,132); }
div.DivClassName
{
background-color: #295384;
}
.BgClassName
{
background-color: #295384;
}
</style>
border-color css
<style>
span { border-color: #295384; }
span { border-color: rgb(41,83,132); }
td.TdClassName
{
border-color: #295384;
}
.TagClassName
{
border-color: #295384;
}
</style>