Shades of Endeavour #325A97
Tints of Endeavour #325A97
RGB
CMYK
RGB Variations
Color information
#325A97 (or 0x325A97) is known color: Endeavour. HEX triplet: 32, 5A and 97. RGB value is (50,90,151). Sum of RGB (Red+Green+Blue) = 50+90+151=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #325A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A97 is #CDA568. Grayscale: #545454. Windows color (decimal): -13477225 or 9919026. OLE color: 9919026.
HSL color Cylindrical-coordinate representation of color #325A97: hue angle of 216.24º 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 #325A97 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 90 | 151 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.41 |
| HSL | 216.24º | 0.5% | 0.39% | - |
| HSV(B) | 216.24º | 0.67% | 0.59% | - |
| XYZ | 10.56 | 10.22 | 30.7 | - |
| YUV | 84.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 151 | 0.67 | 0.40 | 0 | 0.41 | 216.24 | 0.5 | 0.39 |
| Hex | 32 | 5A | 97 | 43 | 28 | 0 | 29 | D8 | 32 | 27 |
| Octal | 62 | 132 | 227 | 103 | 50 | 0 | 51 | 330 | 62 | 47 |
| Binary | 110010 | 1011010 | 10010111 | 1000011 | 101000 | 0 | 101001 | 11011000 | 110010 | 100111 |
Color Harmonies of #325A97
Complementary color
Monochromatic Colors of #325A97
Black with #325A97
Text Example
Text Example
White with #325A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A97; }
p { color: rgb(50,90,151); }
H1.HeaderClassName
{
color: #325A97;
}
.AnyTagClassName
{
color: #325A97;
}
</style>
background-color css
<style>
a { background-color: #325A97; }
a { background-color: rgb(50,90,151); }
div.DivClassName
{
background-color: #325A97;
}
.BgClassName
{
background-color: #325A97;
}
</style>
border-color css
<style>
span { border-color: #325A97; }
span { border-color: rgb(50,90,151); }
td.TdClassName
{
border-color: #325A97;
}
.TagClassName
{
border-color: #325A97;
}
</style>