Shades of Endeavour #325798
Tints of Endeavour #325798
RGB
CMYK
RGB Variations
Color information
#325798 (or 0x325798) is known color: Endeavour. HEX triplet: 32, 57 and 98. RGB value is (50,87,152). Sum of RGB (Red+Green+Blue) = 50+87+152=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #325798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325798 is #CDA867. Grayscale: #535353. Windows color (decimal): -13477992 or 9983794. OLE color: 9983794.
HSL color Cylindrical-coordinate representation of color #325798: hue angle of 218.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325798 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 87 | 152 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.40 |
| HSL | 218.24º | 0.5% | 0.4% | - |
| HSV(B) | 218.24º | 0.67% | 0.6% | - |
| XYZ | 10.39 | 9.76 | 31.04 | - |
| YUV | 83.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 152 | 0.67 | 0.43 | 0 | 0.40 | 218.24 | 0.5 | 0.4 |
| Hex | 32 | 57 | 98 | 43 | 2B | 0 | 28 | DA | 32 | 28 |
| Octal | 62 | 127 | 230 | 103 | 53 | 0 | 50 | 332 | 62 | 50 |
| Binary | 110010 | 1010111 | 10011000 | 1000011 | 101011 | 0 | 101000 | 11011010 | 110010 | 101000 |
Color Harmonies of #325798
Complementary color
Monochromatic Colors of #325798
Black with #325798
Text Example
Text Example
White with #325798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325798; }
p { color: rgb(50,87,152); }
H1.HeaderClassName
{
color: #325798;
}
.AnyTagClassName
{
color: #325798;
}
</style>
background-color css
<style>
a { background-color: #325798; }
a { background-color: rgb(50,87,152); }
div.DivClassName
{
background-color: #325798;
}
.BgClassName
{
background-color: #325798;
}
</style>
border-color css
<style>
span { border-color: #325798; }
span { border-color: rgb(50,87,152); }
td.TdClassName
{
border-color: #325798;
}
.TagClassName
{
border-color: #325798;
}
</style>