Shades of Endeavour #325B89
Tints of Endeavour #325B89
RGB
CMYK
RGB Variations
Color information
#325B89 (or 0x325B89) is known color: Endeavour. HEX triplet: 32, 5B and 89. RGB value is (50,91,137). Sum of RGB (Red+Green+Blue) = 50+91+137=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #325B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B89 is #CDA476. Grayscale: #535353. Windows color (decimal): -13476983 or 9001778. OLE color: 9001778.
HSL color Cylindrical-coordinate representation of color #325B89: hue angle of 211.72º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325B89 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 91 | 137 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.46 |
| HSL | 211.72º | 0.47% | 0.37% | - |
| HSV(B) | 211.72º | 0.64% | 0.54% | - |
| XYZ | 9.57 | 9.97 | 25.09 | - |
| YUV | 83.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 137 | 0.64 | 0.34 | 0 | 0.46 | 211.72 | 0.47 | 0.37 |
| Hex | 32 | 5B | 89 | 40 | 22 | 0 | 2E | D4 | 2F | 25 |
| Octal | 62 | 133 | 211 | 100 | 42 | 0 | 56 | 324 | 57 | 45 |
| Binary | 110010 | 1011011 | 10001001 | 1000000 | 100010 | 0 | 101110 | 11010100 | 101111 | 100101 |
Color Harmonies of #325B89
Complementary color
Monochromatic Colors of #325B89
Black with #325B89
Text Example
Text Example
White with #325B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B89; }
p { color: rgb(50,91,137); }
H1.HeaderClassName
{
color: #325B89;
}
.AnyTagClassName
{
color: #325B89;
}
</style>
background-color css
<style>
a { background-color: #325B89; }
a { background-color: rgb(50,91,137); }
div.DivClassName
{
background-color: #325B89;
}
.BgClassName
{
background-color: #325B89;
}
</style>
border-color css
<style>
span { border-color: #325B89; }
span { border-color: rgb(50,91,137); }
td.TdClassName
{
border-color: #325B89;
}
.TagClassName
{
border-color: #325B89;
}
</style>