Shades of Endeavour #325A94
Tints of Endeavour #325A94
RGB
CMYK
RGB Variations
Color information
#325A94 (or 0x325A94) is known color: Endeavour. HEX triplet: 32, 5A and 94. RGB value is (50,90,148). Sum of RGB (Red+Green+Blue) = 50+90+148=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #325A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A94 is #CDA56B. Grayscale: #545454. Windows color (decimal): -13477228 or 9722418. OLE color: 9722418.
HSL color Cylindrical-coordinate representation of color #325A94: hue angle of 215.51º 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 #325A94 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 90 | 148 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.42 |
| HSL | 215.51º | 0.49% | 0.39% | - |
| HSV(B) | 215.51º | 0.66% | 0.58% | - |
| XYZ | 10.32 | 10.13 | 29.43 | - |
| YUV | 84.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 148 | 0.66 | 0.39 | 0 | 0.42 | 215.51 | 0.49 | 0.39 |
| Hex | 32 | 5A | 94 | 42 | 27 | 0 | 2A | D8 | 31 | 27 |
| Octal | 62 | 132 | 224 | 102 | 47 | 0 | 52 | 330 | 61 | 47 |
| Binary | 110010 | 1011010 | 10010100 | 1000010 | 100111 | 0 | 101010 | 11011000 | 110001 | 100111 |
Color Harmonies of #325A94
Complementary color
Monochromatic Colors of #325A94
Black with #325A94
Text Example
Text Example
White with #325A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A94; }
p { color: rgb(50,90,148); }
H1.HeaderClassName
{
color: #325A94;
}
.AnyTagClassName
{
color: #325A94;
}
</style>
background-color css
<style>
a { background-color: #325A94; }
a { background-color: rgb(50,90,148); }
div.DivClassName
{
background-color: #325A94;
}
.BgClassName
{
background-color: #325A94;
}
</style>
border-color css
<style>
span { border-color: #325A94; }
span { border-color: rgb(50,90,148); }
td.TdClassName
{
border-color: #325A94;
}
.TagClassName
{
border-color: #325A94;
}
</style>