Shades of Endeavour #325795
Tints of Endeavour #325795
RGB
CMYK
RGB Variations
Color information
#325795 (or 0x325795) is known color: Endeavour. HEX triplet: 32, 57 and 95. RGB value is (50,87,149). Sum of RGB (Red+Green+Blue) = 50+87+149=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #325795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325795 is #CDA86A. Grayscale: #525252. Windows color (decimal): -13477995 or 9787186. OLE color: 9787186.
HSL color Cylindrical-coordinate representation of color #325795: hue angle of 217.58º 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 #325795 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 87 | 149 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.42 |
| HSL | 217.58º | 0.5% | 0.39% | - |
| HSV(B) | 217.58º | 0.66% | 0.58% | - |
| XYZ | 10.15 | 9.66 | 29.76 | - |
| YUV | 83.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 149 | 0.66 | 0.42 | 0 | 0.42 | 217.58 | 0.5 | 0.39 |
| Hex | 32 | 57 | 95 | 42 | 2A | 0 | 2A | DA | 32 | 27 |
| Octal | 62 | 127 | 225 | 102 | 52 | 0 | 52 | 332 | 62 | 47 |
| Binary | 110010 | 1010111 | 10010101 | 1000010 | 101010 | 0 | 101010 | 11011010 | 110010 | 100111 |
Color Harmonies of #325795
Complementary color
Monochromatic Colors of #325795
Black with #325795
Text Example
Text Example
White with #325795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325795; }
p { color: rgb(50,87,149); }
H1.HeaderClassName
{
color: #325795;
}
.AnyTagClassName
{
color: #325795;
}
</style>
background-color css
<style>
a { background-color: #325795; }
a { background-color: rgb(50,87,149); }
div.DivClassName
{
background-color: #325795;
}
.BgClassName
{
background-color: #325795;
}
</style>
border-color css
<style>
span { border-color: #325795; }
span { border-color: rgb(50,87,149); }
td.TdClassName
{
border-color: #325795;
}
.TagClassName
{
border-color: #325795;
}
</style>