Shades of Endeavour #325E93
Tints of Endeavour #325E93
RGB
CMYK
RGB Variations
Color information
#325E93 (or 0x325E93) is known color: Endeavour. HEX triplet: 32, 5E and 93. RGB value is (50,94,147). Sum of RGB (Red+Green+Blue) = 50+94+147=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #325E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E93 is #CDA16C. Grayscale: #565656. Windows color (decimal): -13476205 or 9657906. OLE color: 9657906.
HSL color Cylindrical-coordinate representation of color #325E93: hue angle of 212.78º 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 #325E93 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 94 | 147 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.42 |
| HSL | 212.78º | 0.49% | 0.39% | - |
| HSV(B) | 212.78º | 0.66% | 0.58% | - |
| XYZ | 10.58 | 10.79 | 29.13 | - |
| YUV | 86.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 147 | 0.66 | 0.36 | 0 | 0.42 | 212.78 | 0.49 | 0.39 |
| Hex | 32 | 5E | 93 | 42 | 24 | 0 | 2A | D5 | 31 | 27 |
| Octal | 62 | 136 | 223 | 102 | 44 | 0 | 52 | 325 | 61 | 47 |
| Binary | 110010 | 1011110 | 10010011 | 1000010 | 100100 | 0 | 101010 | 11010101 | 110001 | 100111 |
Color Harmonies of #325E93
Complementary color
Monochromatic Colors of #325E93
Black with #325E93
Text Example
Text Example
White with #325E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E93; }
p { color: rgb(50,94,147); }
H1.HeaderClassName
{
color: #325E93;
}
.AnyTagClassName
{
color: #325E93;
}
</style>
background-color css
<style>
a { background-color: #325E93; }
a { background-color: rgb(50,94,147); }
div.DivClassName
{
background-color: #325E93;
}
.BgClassName
{
background-color: #325E93;
}
</style>
border-color css
<style>
span { border-color: #325E93; }
span { border-color: rgb(50,94,147); }
td.TdClassName
{
border-color: #325E93;
}
.TagClassName
{
border-color: #325E93;
}
</style>