Shades of Endeavour #325D8E
Tints of Endeavour #325D8E
RGB
CMYK
RGB Variations
Color information
#325D8E (or 0x325D8E) is known color: Endeavour. HEX triplet: 32, 5D and 8E. RGB value is (50,93,142). Sum of RGB (Red+Green+Blue) = 50+93+142=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #325D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D8E is #CDA271. Grayscale: #555555. Windows color (decimal): -13476466 or 9329970. OLE color: 9329970.
HSL color Cylindrical-coordinate representation of color #325D8E: hue angle of 211.96º 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 #325D8E is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 93 | 142 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.44 |
| HSL | 211.96º | 0.48% | 0.38% | - |
| HSV(B) | 211.96º | 0.65% | 0.56% | - |
| XYZ | 10.11 | 10.46 | 27.08 | - |
| YUV | 85.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 142 | 0.65 | 0.35 | 0 | 0.44 | 211.96 | 0.48 | 0.38 |
| Hex | 32 | 5D | 8E | 41 | 23 | 0 | 2C | D4 | 30 | 26 |
| Octal | 62 | 135 | 216 | 101 | 43 | 0 | 54 | 324 | 60 | 46 |
| Binary | 110010 | 1011101 | 10001110 | 1000001 | 100011 | 0 | 101100 | 11010100 | 110000 | 100110 |
Color Harmonies of #325D8E
Complementary color
Monochromatic Colors of #325D8E
Black with #325D8E
Text Example
Text Example
White with #325D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D8E; }
p { color: rgb(50,93,142); }
H1.HeaderClassName
{
color: #325D8E;
}
.AnyTagClassName
{
color: #325D8E;
}
</style>
background-color css
<style>
a { background-color: #325D8E; }
a { background-color: rgb(50,93,142); }
div.DivClassName
{
background-color: #325D8E;
}
.BgClassName
{
background-color: #325D8E;
}
</style>
border-color css
<style>
span { border-color: #325D8E; }
span { border-color: rgb(50,93,142); }
td.TdClassName
{
border-color: #325D8E;
}
.TagClassName
{
border-color: #325D8E;
}
</style>