Shades of Endeavour #325E8B
Tints of Endeavour #325E8B
RGB
CMYK
RGB Variations
Color information
#325E8B (or 0x325E8B) is known color: Endeavour. HEX triplet: 32, 5E and 8B. RGB value is (50,94,139). Sum of RGB (Red+Green+Blue) = 50+94+139=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #325E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E8B is #CDA174. Grayscale: #555555. Windows color (decimal): -13476213 or 9133618. OLE color: 9133618.
HSL color Cylindrical-coordinate representation of color #325E8B: hue angle of 210.34º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325E8B is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 94 | 139 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.45 |
| HSL | 210.34º | 0.47% | 0.37% | - |
| HSV(B) | 210.34º | 0.64% | 0.55% | - |
| XYZ | 9.98 | 10.55 | 25.94 | - |
| YUV | 85.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 139 | 0.64 | 0.32 | 0 | 0.45 | 210.34 | 0.47 | 0.37 |
| Hex | 32 | 5E | 8B | 40 | 20 | 0 | 2D | D2 | 2F | 25 |
| Octal | 62 | 136 | 213 | 100 | 40 | 0 | 55 | 322 | 57 | 45 |
| Binary | 110010 | 1011110 | 10001011 | 1000000 | 100000 | 0 | 101101 | 11010010 | 101111 | 100101 |
Color Harmonies of #325E8B
Complementary color
Monochromatic Colors of #325E8B
Black with #325E8B
Text Example
Text Example
White with #325E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E8B; }
p { color: rgb(50,94,139); }
H1.HeaderClassName
{
color: #325E8B;
}
.AnyTagClassName
{
color: #325E8B;
}
</style>
background-color css
<style>
a { background-color: #325E8B; }
a { background-color: rgb(50,94,139); }
div.DivClassName
{
background-color: #325E8B;
}
.BgClassName
{
background-color: #325E8B;
}
</style>
border-color css
<style>
span { border-color: #325E8B; }
span { border-color: rgb(50,94,139); }
td.TdClassName
{
border-color: #325E8B;
}
.TagClassName
{
border-color: #325E8B;
}
</style>