Shades of Endeavour #325899
Tints of Endeavour #325899
RGB
CMYK
RGB Variations
Color information
#325899 (or 0x325899) is known color: Endeavour. HEX triplet: 32, 58 and 99. RGB value is (50,88,153). Sum of RGB (Red+Green+Blue) = 50+88+153=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #325899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325899 is #CDA766. Grayscale: #535353. Windows color (decimal): -13477735 or 10049586. OLE color: 10049586.
HSL color Cylindrical-coordinate representation of color #325899: hue angle of 217.86º degrees, saturation: 0.51, 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 #325899 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 88 | 153 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.4 |
| HSL | 217.86º | 0.51% | 0.4% | - |
| HSV(B) | 217.86º | 0.67% | 0.6% | - |
| XYZ | 10.55 | 9.96 | 31.5 | - |
| YUV | 84.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 153 | 0.67 | 0.42 | 0 | 0.4 | 217.86 | 0.51 | 0.4 |
| Hex | 32 | 58 | 99 | 43 | 2A | 0 | 28 | DA | 33 | 28 |
| Octal | 62 | 130 | 231 | 103 | 52 | 0 | 50 | 332 | 63 | 50 |
| Binary | 110010 | 1011000 | 10011001 | 1000011 | 101010 | 0 | 101000 | 11011010 | 110011 | 101000 |
Color Harmonies of #325899
Complementary color
Monochromatic Colors of #325899
Black with #325899
Text Example
Text Example
White with #325899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325899; }
p { color: rgb(50,88,153); }
H1.HeaderClassName
{
color: #325899;
}
.AnyTagClassName
{
color: #325899;
}
</style>
background-color css
<style>
a { background-color: #325899; }
a { background-color: rgb(50,88,153); }
div.DivClassName
{
background-color: #325899;
}
.BgClassName
{
background-color: #325899;
}
</style>
border-color css
<style>
span { border-color: #325899; }
span { border-color: rgb(50,88,153); }
td.TdClassName
{
border-color: #325899;
}
.TagClassName
{
border-color: #325899;
}
</style>