Shades of Endeavour #325E8A
Tints of Endeavour #325E8A
RGB
CMYK
RGB Variations
Color information
#325E8A (or 0x325E8A) is known color: Endeavour. HEX triplet: 32, 5E and 8A. RGB value is (50,94,138). Sum of RGB (Red+Green+Blue) = 50+94+138=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #325E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E8A is #CDA175. Grayscale: #555555. Windows color (decimal): -13476214 or 9068082. OLE color: 9068082.
HSL color Cylindrical-coordinate representation of color #325E8A: hue angle of 210º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325E8A is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 94 | 138 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.46 |
| HSL | 210º | 0.47% | 0.37% | - |
| HSV(B) | 210º | 0.64% | 0.54% | - |
| XYZ | 9.91 | 10.52 | 25.55 | - |
| YUV | 85.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 138 | 0.64 | 0.32 | 0 | 0.46 | 210 | 0.47 | 0.37 |
| Hex | 32 | 5E | 8A | 40 | 20 | 0 | 2E | D2 | 2F | 25 |
| Octal | 62 | 136 | 212 | 100 | 40 | 0 | 56 | 322 | 57 | 45 |
| Binary | 110010 | 1011110 | 10001010 | 1000000 | 100000 | 0 | 101110 | 11010010 | 101111 | 100101 |
Color Harmonies of #325E8A
Complementary color
Monochromatic Colors of #325E8A
Black with #325E8A
Text Example
Text Example
White with #325E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E8A; }
p { color: rgb(50,94,138); }
H1.HeaderClassName
{
color: #325E8A;
}
.AnyTagClassName
{
color: #325E8A;
}
</style>
background-color css
<style>
a { background-color: #325E8A; }
a { background-color: rgb(50,94,138); }
div.DivClassName
{
background-color: #325E8A;
}
.BgClassName
{
background-color: #325E8A;
}
</style>
border-color css
<style>
span { border-color: #325E8A; }
span { border-color: rgb(50,94,138); }
td.TdClassName
{
border-color: #325E8A;
}
.TagClassName
{
border-color: #325E8A;
}
</style>