Shades of Endeavour #325D90
Tints of Endeavour #325D90
RGB
CMYK
RGB Variations
Color information
#325D90 (or 0x325D90) is known color: Endeavour. HEX triplet: 32, 5D and 90. RGB value is (50,93,144). Sum of RGB (Red+Green+Blue) = 50+93+144=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #325D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D90 is #CDA26F. Grayscale: #555555. Windows color (decimal): -13476464 or 9461042. OLE color: 9461042.
HSL color Cylindrical-coordinate representation of color #325D90: hue angle of 212.55º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #325D90 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 93 | 144 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.44 |
| HSL | 212.55º | 0.48% | 0.38% | - |
| HSV(B) | 212.55º | 0.65% | 0.56% | - |
| XYZ | 10.26 | 10.52 | 27.88 | - |
| YUV | 85.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 144 | 0.65 | 0.35 | 0 | 0.44 | 212.55 | 0.48 | 0.38 |
| Hex | 32 | 5D | 90 | 41 | 23 | 0 | 2C | D5 | 30 | 26 |
| Octal | 62 | 135 | 220 | 101 | 43 | 0 | 54 | 325 | 60 | 46 |
| Binary | 110010 | 1011101 | 10010000 | 1000001 | 100011 | 0 | 101100 | 11010101 | 110000 | 100110 |
Color Harmonies of #325D90
Complementary color
Monochromatic Colors of #325D90
Black with #325D90
Text Example
Text Example
White with #325D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D90; }
p { color: rgb(50,93,144); }
H1.HeaderClassName
{
color: #325D90;
}
.AnyTagClassName
{
color: #325D90;
}
</style>
background-color css
<style>
a { background-color: #325D90; }
a { background-color: rgb(50,93,144); }
div.DivClassName
{
background-color: #325D90;
}
.BgClassName
{
background-color: #325D90;
}
</style>
border-color css
<style>
span { border-color: #325D90; }
span { border-color: rgb(50,93,144); }
td.TdClassName
{
border-color: #325D90;
}
.TagClassName
{
border-color: #325D90;
}
</style>