Shades of Endeavour #325C98
Tints of Endeavour #325C98
RGB
CMYK
RGB Variations
Color information
#325C98 (or 0x325C98) is known color: Endeavour. HEX triplet: 32, 5C and 98. RGB value is (50,92,152). Sum of RGB (Red+Green+Blue) = 50+92+152=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #325C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C98 is #CDA367. Grayscale: #565656. Windows color (decimal): -13476712 or 9985074. OLE color: 9985074.
HSL color Cylindrical-coordinate representation of color #325C98: hue angle of 215.29º 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 #325C98 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 92 | 152 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.40 |
| HSL | 215.29º | 0.5% | 0.4% | - |
| HSV(B) | 215.29º | 0.67% | 0.6% | - |
| XYZ | 10.81 | 10.6 | 31.18 | - |
| YUV | 86.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 152 | 0.67 | 0.39 | 0 | 0.40 | 215.29 | 0.5 | 0.4 |
| Hex | 32 | 5C | 98 | 43 | 27 | 0 | 28 | D7 | 32 | 28 |
| Octal | 62 | 134 | 230 | 103 | 47 | 0 | 50 | 327 | 62 | 50 |
| Binary | 110010 | 1011100 | 10011000 | 1000011 | 100111 | 0 | 101000 | 11010111 | 110010 | 101000 |
Color Harmonies of #325C98
Complementary color
Monochromatic Colors of #325C98
Black with #325C98
Text Example
Text Example
White with #325C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C98; }
p { color: rgb(50,92,152); }
H1.HeaderClassName
{
color: #325C98;
}
.AnyTagClassName
{
color: #325C98;
}
</style>
background-color css
<style>
a { background-color: #325C98; }
a { background-color: rgb(50,92,152); }
div.DivClassName
{
background-color: #325C98;
}
.BgClassName
{
background-color: #325C98;
}
</style>
border-color css
<style>
span { border-color: #325C98; }
span { border-color: rgb(50,92,152); }
td.TdClassName
{
border-color: #325C98;
}
.TagClassName
{
border-color: #325C98;
}
</style>