Shades of Endeavour #325893
Tints of Endeavour #325893
RGB
CMYK
RGB Variations
Color information
#325893 (or 0x325893) is known color: Endeavour. HEX triplet: 32, 58 and 93. RGB value is (50,88,147). Sum of RGB (Red+Green+Blue) = 50+88+147=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #325893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325893 is #CDA76C. Grayscale: #535353. Windows color (decimal): -13477741 or 9656370. OLE color: 9656370.
HSL color Cylindrical-coordinate representation of color #325893: hue angle of 216.49º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325893 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 88 | 147 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.42 |
| HSL | 216.49º | 0.49% | 0.39% | - |
| HSV(B) | 216.49º | 0.66% | 0.58% | - |
| XYZ | 10.07 | 9.76 | 28.96 | - |
| YUV | 83.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 147 | 0.66 | 0.40 | 0 | 0.42 | 216.49 | 0.49 | 0.39 |
| Hex | 32 | 58 | 93 | 42 | 28 | 0 | 2A | D8 | 31 | 27 |
| Octal | 62 | 130 | 223 | 102 | 50 | 0 | 52 | 330 | 61 | 47 |
| Binary | 110010 | 1011000 | 10010011 | 1000010 | 101000 | 0 | 101010 | 11011000 | 110001 | 100111 |
Color Harmonies of #325893
Complementary color
Monochromatic Colors of #325893
Black with #325893
Text Example
Text Example
White with #325893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325893; }
p { color: rgb(50,88,147); }
H1.HeaderClassName
{
color: #325893;
}
.AnyTagClassName
{
color: #325893;
}
</style>
background-color css
<style>
a { background-color: #325893; }
a { background-color: rgb(50,88,147); }
div.DivClassName
{
background-color: #325893;
}
.BgClassName
{
background-color: #325893;
}
</style>
border-color css
<style>
span { border-color: #325893; }
span { border-color: rgb(50,88,147); }
td.TdClassName
{
border-color: #325893;
}
.TagClassName
{
border-color: #325893;
}
</style>