Shades of Endeavour #325992
Tints of Endeavour #325992
RGB
CMYK
RGB Variations
Color information
#325992 (or 0x325992) is known color: Endeavour. HEX triplet: 32, 59 and 92. RGB value is (50,89,146). Sum of RGB (Red+Green+Blue) = 50+89+146=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #325992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325992 is #CDA66D. Grayscale: #535353. Windows color (decimal): -13477486 or 9591090. OLE color: 9591090.
HSL color Cylindrical-coordinate representation of color #325992: hue angle of 215.62º 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 #325992 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 89 | 146 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.43 |
| HSL | 215.63º | 0.49% | 0.38% | - |
| HSV(B) | 215.63º | 0.66% | 0.57% | - |
| XYZ | 10.08 | 9.9 | 28.57 | - |
| YUV | 83.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 146 | 0.66 | 0.39 | 0 | 0.43 | 215.63 | 0.49 | 0.38 |
| Hex | 32 | 59 | 92 | 42 | 27 | 0 | 2B | D8 | 31 | 26 |
| Octal | 62 | 131 | 222 | 102 | 47 | 0 | 53 | 330 | 61 | 46 |
| Binary | 110010 | 1011001 | 10010010 | 1000010 | 100111 | 0 | 101011 | 11011000 | 110001 | 100110 |
Color Harmonies of #325992
Complementary color
Monochromatic Colors of #325992
Black with #325992
Text Example
Text Example
White with #325992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325992; }
p { color: rgb(50,89,146); }
H1.HeaderClassName
{
color: #325992;
}
.AnyTagClassName
{
color: #325992;
}
</style>
background-color css
<style>
a { background-color: #325992; }
a { background-color: rgb(50,89,146); }
div.DivClassName
{
background-color: #325992;
}
.BgClassName
{
background-color: #325992;
}
</style>
border-color css
<style>
span { border-color: #325992; }
span { border-color: rgb(50,89,146); }
td.TdClassName
{
border-color: #325992;
}
.TagClassName
{
border-color: #325992;
}
</style>