Shades of Endeavour #325F99
Tints of Endeavour #325F99
RGB
CMYK
RGB Variations
Color information
#325F99 (or 0x325F99) is known color: Endeavour. HEX triplet: 32, 5F and 99. RGB value is (50,95,153). Sum of RGB (Red+Green+Blue) = 50+95+153=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #325F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F99 is #CDA066. Grayscale: #575757. Windows color (decimal): -13475943 or 10051378. OLE color: 10051378.
HSL color Cylindrical-coordinate representation of color #325F99: hue angle of 213.79º degrees, saturation: 0.51, 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 #325F99 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 95 | 153 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.4 |
| HSL | 213.79º | 0.51% | 0.4% | - |
| HSV(B) | 213.79º | 0.67% | 0.6% | - |
| XYZ | 11.16 | 11.16 | 31.7 | - |
| YUV | 88.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 153 | 0.67 | 0.38 | 0 | 0.4 | 213.79 | 0.51 | 0.4 |
| Hex | 32 | 5F | 99 | 43 | 26 | 0 | 28 | D6 | 33 | 28 |
| Octal | 62 | 137 | 231 | 103 | 46 | 0 | 50 | 326 | 63 | 50 |
| Binary | 110010 | 1011111 | 10011001 | 1000011 | 100110 | 0 | 101000 | 11010110 | 110011 | 101000 |
Color Harmonies of #325F99
Complementary color
Monochromatic Colors of #325F99
Black with #325F99
Text Example
Text Example
White with #325F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F99; }
p { color: rgb(50,95,153); }
H1.HeaderClassName
{
color: #325F99;
}
.AnyTagClassName
{
color: #325F99;
}
</style>
background-color css
<style>
a { background-color: #325F99; }
a { background-color: rgb(50,95,153); }
div.DivClassName
{
background-color: #325F99;
}
.BgClassName
{
background-color: #325F99;
}
</style>
border-color css
<style>
span { border-color: #325F99; }
span { border-color: rgb(50,95,153); }
td.TdClassName
{
border-color: #325F99;
}
.TagClassName
{
border-color: #325F99;
}
</style>