Shades of Endeavour #325995
Tints of Endeavour #325995
RGB
CMYK
RGB Variations
Color information
#325995 (or 0x325995) is known color: Endeavour. HEX triplet: 32, 59 and 95. RGB value is (50,89,149). Sum of RGB (Red+Green+Blue) = 50+89+149=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #325995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325995 is #CDA66A. Grayscale: #535353. Windows color (decimal): -13477483 or 9787698. OLE color: 9787698.
HSL color Cylindrical-coordinate representation of color #325995: hue angle of 216.36º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325995 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 89 | 149 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.42 |
| HSL | 216.36º | 0.5% | 0.39% | - |
| HSV(B) | 216.36º | 0.66% | 0.58% | - |
| XYZ | 10.31 | 9.99 | 29.82 | - |
| YUV | 84.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 149 | 0.66 | 0.40 | 0 | 0.42 | 216.36 | 0.5 | 0.39 |
| Hex | 32 | 59 | 95 | 42 | 28 | 0 | 2A | D8 | 32 | 27 |
| Octal | 62 | 131 | 225 | 102 | 50 | 0 | 52 | 330 | 62 | 47 |
| Binary | 110010 | 1011001 | 10010101 | 1000010 | 101000 | 0 | 101010 | 11011000 | 110010 | 100111 |
Color Harmonies of #325995
Complementary color
Monochromatic Colors of #325995
Black with #325995
Text Example
Text Example
White with #325995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325995; }
p { color: rgb(50,89,149); }
H1.HeaderClassName
{
color: #325995;
}
.AnyTagClassName
{
color: #325995;
}
</style>
background-color css
<style>
a { background-color: #325995; }
a { background-color: rgb(50,89,149); }
div.DivClassName
{
background-color: #325995;
}
.BgClassName
{
background-color: #325995;
}
</style>
border-color css
<style>
span { border-color: #325995; }
span { border-color: rgb(50,89,149); }
td.TdClassName
{
border-color: #325995;
}
.TagClassName
{
border-color: #325995;
}
</style>