Shades of Endeavour #325B95
Tints of Endeavour #325B95
RGB
CMYK
RGB Variations
Color information
#325B95 (or 0x325B95) is known color: Endeavour. HEX triplet: 32, 5B and 95. RGB value is (50,91,149). Sum of RGB (Red+Green+Blue) = 50+91+149=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #325B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B95 is #CDA46A. Grayscale: #555555. Windows color (decimal): -13476971 or 9788210. OLE color: 9788210.
HSL color Cylindrical-coordinate representation of color #325B95: hue angle of 215.15º degrees, saturation: 0.5, 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 #325B95 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 91 | 149 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.42 |
| HSL | 215.15º | 0.5% | 0.39% | - |
| HSV(B) | 215.15º | 0.66% | 0.58% | - |
| XYZ | 10.48 | 10.33 | 29.88 | - |
| YUV | 85.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 149 | 0.66 | 0.39 | 0 | 0.42 | 215.15 | 0.5 | 0.39 |
| Hex | 32 | 5B | 95 | 42 | 27 | 0 | 2A | D7 | 32 | 27 |
| Octal | 62 | 133 | 225 | 102 | 47 | 0 | 52 | 327 | 62 | 47 |
| Binary | 110010 | 1011011 | 10010101 | 1000010 | 100111 | 0 | 101010 | 11010111 | 110010 | 100111 |
Color Harmonies of #325B95
Complementary color
Monochromatic Colors of #325B95
Black with #325B95
Text Example
Text Example
White with #325B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B95; }
p { color: rgb(50,91,149); }
H1.HeaderClassName
{
color: #325B95;
}
.AnyTagClassName
{
color: #325B95;
}
</style>
background-color css
<style>
a { background-color: #325B95; }
a { background-color: rgb(50,91,149); }
div.DivClassName
{
background-color: #325B95;
}
.BgClassName
{
background-color: #325B95;
}
</style>
border-color css
<style>
span { border-color: #325B95; }
span { border-color: rgb(50,91,149); }
td.TdClassName
{
border-color: #325B95;
}
.TagClassName
{
border-color: #325B95;
}
</style>