Shades of Endeavour #325C90
Tints of Endeavour #325C90
RGB
CMYK
RGB Variations
Color information
#325C90 (or 0x325C90) is known color: Endeavour. HEX triplet: 32, 5C and 90. RGB value is (50,92,144). Sum of RGB (Red+Green+Blue) = 50+92+144=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #325C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C90 is #CDA36F. Grayscale: #555555. Windows color (decimal): -13476720 or 9460786. OLE color: 9460786.
HSL color Cylindrical-coordinate representation of color #325C90: hue angle of 213.19º 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 #325C90 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 92 | 144 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.44 |
| HSL | 213.19º | 0.48% | 0.38% | - |
| HSV(B) | 213.19º | 0.65% | 0.56% | - |
| XYZ | 10.18 | 10.35 | 27.85 | - |
| YUV | 85.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 144 | 0.65 | 0.36 | 0 | 0.44 | 213.19 | 0.48 | 0.38 |
| Hex | 32 | 5C | 90 | 41 | 24 | 0 | 2C | D5 | 30 | 26 |
| Octal | 62 | 134 | 220 | 101 | 44 | 0 | 54 | 325 | 60 | 46 |
| Binary | 110010 | 1011100 | 10010000 | 1000001 | 100100 | 0 | 101100 | 11010101 | 110000 | 100110 |
Color Harmonies of #325C90
Complementary color
Monochromatic Colors of #325C90
Black with #325C90
Text Example
Text Example
White with #325C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C90; }
p { color: rgb(50,92,144); }
H1.HeaderClassName
{
color: #325C90;
}
.AnyTagClassName
{
color: #325C90;
}
</style>
background-color css
<style>
a { background-color: #325C90; }
a { background-color: rgb(50,92,144); }
div.DivClassName
{
background-color: #325C90;
}
.BgClassName
{
background-color: #325C90;
}
</style>
border-color css
<style>
span { border-color: #325C90; }
span { border-color: rgb(50,92,144); }
td.TdClassName
{
border-color: #325C90;
}
.TagClassName
{
border-color: #325C90;
}
</style>