Shades of Endeavour #325F8F
Tints of Endeavour #325F8F
RGB
CMYK
RGB Variations
Color information
#325F8F (or 0x325F8F) is known color: Endeavour. HEX triplet: 32, 5F and 8F. RGB value is (50,95,143). Sum of RGB (Red+Green+Blue) = 50+95+143=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #325F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F8F is #CDA070. Grayscale: #565656. Windows color (decimal): -13475953 or 9396018. OLE color: 9396018.
HSL color Cylindrical-coordinate representation of color #325F8F: hue angle of 210.97º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #325F8F is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 95 | 143 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.44 |
| HSL | 210.97º | 0.48% | 0.38% | - |
| HSV(B) | 210.97º | 0.65% | 0.56% | - |
| XYZ | 10.37 | 10.85 | 27.53 | - |
| YUV | 87.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 143 | 0.65 | 0.34 | 0 | 0.44 | 210.97 | 0.48 | 0.38 |
| Hex | 32 | 5F | 8F | 41 | 22 | 0 | 2C | D3 | 30 | 26 |
| Octal | 62 | 137 | 217 | 101 | 42 | 0 | 54 | 323 | 60 | 46 |
| Binary | 110010 | 1011111 | 10001111 | 1000001 | 100010 | 0 | 101100 | 11010011 | 110000 | 100110 |
Color Harmonies of #325F8F
Complementary color
Monochromatic Colors of #325F8F
Black with #325F8F
Text Example
Text Example
White with #325F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F8F; }
p { color: rgb(50,95,143); }
H1.HeaderClassName
{
color: #325F8F;
}
.AnyTagClassName
{
color: #325F8F;
}
</style>
background-color css
<style>
a { background-color: #325F8F; }
a { background-color: rgb(50,95,143); }
div.DivClassName
{
background-color: #325F8F;
}
.BgClassName
{
background-color: #325F8F;
}
</style>
border-color css
<style>
span { border-color: #325F8F; }
span { border-color: rgb(50,95,143); }
td.TdClassName
{
border-color: #325F8F;
}
.TagClassName
{
border-color: #325F8F;
}
</style>