Shades of Endeavour #325C94
Tints of Endeavour #325C94
RGB
CMYK
RGB Variations
Color information
#325C94 (or 0x325C94) is known color: Endeavour. HEX triplet: 32, 5C and 94. RGB value is (50,92,148). Sum of RGB (Red+Green+Blue) = 50+92+148=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #325C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C94 is #CDA36B. Grayscale: #555555. Windows color (decimal): -13476716 or 9722930. OLE color: 9722930.
HSL color Cylindrical-coordinate representation of color #325C94: hue angle of 214.29º degrees, saturation: 0.49, 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 #325C94 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 92 | 148 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.42 |
| HSL | 214.29º | 0.49% | 0.39% | - |
| HSV(B) | 214.29º | 0.66% | 0.58% | - |
| XYZ | 10.49 | 10.47 | 29.49 | - |
| YUV | 85.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 148 | 0.66 | 0.38 | 0 | 0.42 | 214.29 | 0.49 | 0.39 |
| Hex | 32 | 5C | 94 | 42 | 26 | 0 | 2A | D6 | 31 | 27 |
| Octal | 62 | 134 | 224 | 102 | 46 | 0 | 52 | 326 | 61 | 47 |
| Binary | 110010 | 1011100 | 10010100 | 1000010 | 100110 | 0 | 101010 | 11010110 | 110001 | 100111 |
Color Harmonies of #325C94
Complementary color
Monochromatic Colors of #325C94
Black with #325C94
Text Example
Text Example
White with #325C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C94; }
p { color: rgb(50,92,148); }
H1.HeaderClassName
{
color: #325C94;
}
.AnyTagClassName
{
color: #325C94;
}
</style>
background-color css
<style>
a { background-color: #325C94; }
a { background-color: rgb(50,92,148); }
div.DivClassName
{
background-color: #325C94;
}
.BgClassName
{
background-color: #325C94;
}
</style>
border-color css
<style>
span { border-color: #325C94; }
span { border-color: rgb(50,92,148); }
td.TdClassName
{
border-color: #325C94;
}
.TagClassName
{
border-color: #325C94;
}
</style>