Shades of Endeavour #325E91
Tints of Endeavour #325E91
RGB
CMYK
RGB Variations
Color information
#325E91 (or 0x325E91) is known color: Endeavour. HEX triplet: 32, 5E and 91. RGB value is (50,94,145). Sum of RGB (Red+Green+Blue) = 50+94+145=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #325E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E91 is #CDA16E. Grayscale: #565656. Windows color (decimal): -13476207 or 9526834. OLE color: 9526834.
HSL color Cylindrical-coordinate representation of color #325E91: hue angle of 212.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325E91 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 94 | 145 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.43 |
| HSL | 212.21º | 0.49% | 0.38% | - |
| HSV(B) | 212.21º | 0.66% | 0.57% | - |
| XYZ | 10.43 | 10.73 | 28.31 | - |
| YUV | 86.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 145 | 0.66 | 0.35 | 0 | 0.43 | 212.21 | 0.49 | 0.38 |
| Hex | 32 | 5E | 91 | 42 | 23 | 0 | 2B | D4 | 31 | 26 |
| Octal | 62 | 136 | 221 | 102 | 43 | 0 | 53 | 324 | 61 | 46 |
| Binary | 110010 | 1011110 | 10010001 | 1000010 | 100011 | 0 | 101011 | 11010100 | 110001 | 100110 |
Color Harmonies of #325E91
Complementary color
Monochromatic Colors of #325E91
Black with #325E91
Text Example
Text Example
White with #325E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E91; }
p { color: rgb(50,94,145); }
H1.HeaderClassName
{
color: #325E91;
}
.AnyTagClassName
{
color: #325E91;
}
</style>
background-color css
<style>
a { background-color: #325E91; }
a { background-color: rgb(50,94,145); }
div.DivClassName
{
background-color: #325E91;
}
.BgClassName
{
background-color: #325E91;
}
</style>
border-color css
<style>
span { border-color: #325E91; }
span { border-color: rgb(50,94,145); }
td.TdClassName
{
border-color: #325E91;
}
.TagClassName
{
border-color: #325E91;
}
</style>