Shades of Endeavour #325897
Tints of Endeavour #325897
RGB
CMYK
RGB Variations
Color information
#325897 (or 0x325897) is known color: Endeavour. HEX triplet: 32, 58 and 97. RGB value is (50,88,151). Sum of RGB (Red+Green+Blue) = 50+88+151=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #325897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325897 is #CDA768. Grayscale: #535353. Windows color (decimal): -13477737 or 9918514. OLE color: 9918514.
HSL color Cylindrical-coordinate representation of color #325897: hue angle of 217.43º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325897 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 88 | 151 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.41 |
| HSL | 217.43º | 0.5% | 0.39% | - |
| HSV(B) | 217.43º | 0.67% | 0.59% | - |
| XYZ | 10.39 | 9.89 | 30.64 | - |
| YUV | 83.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 151 | 0.67 | 0.42 | 0 | 0.41 | 217.43 | 0.5 | 0.39 |
| Hex | 32 | 58 | 97 | 43 | 2A | 0 | 29 | D9 | 32 | 27 |
| Octal | 62 | 130 | 227 | 103 | 52 | 0 | 51 | 331 | 62 | 47 |
| Binary | 110010 | 1011000 | 10010111 | 1000011 | 101010 | 0 | 101001 | 11011001 | 110010 | 100111 |
Color Harmonies of #325897
Complementary color
Monochromatic Colors of #325897
Black with #325897
Text Example
Text Example
White with #325897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325897; }
p { color: rgb(50,88,151); }
H1.HeaderClassName
{
color: #325897;
}
.AnyTagClassName
{
color: #325897;
}
</style>
background-color css
<style>
a { background-color: #325897; }
a { background-color: rgb(50,88,151); }
div.DivClassName
{
background-color: #325897;
}
.BgClassName
{
background-color: #325897;
}
</style>
border-color css
<style>
span { border-color: #325897; }
span { border-color: rgb(50,88,151); }
td.TdClassName
{
border-color: #325897;
}
.TagClassName
{
border-color: #325897;
}
</style>