Shades of Endeavour #325C8B
Tints of Endeavour #325C8B
RGB
CMYK
RGB Variations
Color information
#325C8B (or 0x325C8B) is known color: Endeavour. HEX triplet: 32, 5C and 8B. RGB value is (50,92,139). Sum of RGB (Red+Green+Blue) = 50+92+139=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #325C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C8B is #CDA374. Grayscale: #545454. Windows color (decimal): -13476725 or 9133106. OLE color: 9133106.
HSL color Cylindrical-coordinate representation of color #325C8B: hue angle of 211.69º 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 #325C8B is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 92 | 139 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.45 |
| HSL | 211.69º | 0.47% | 0.37% | - |
| HSV(B) | 211.69º | 0.64% | 0.55% | - |
| XYZ | 9.8 | 10.2 | 25.88 | - |
| YUV | 84.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 139 | 0.64 | 0.34 | 0 | 0.45 | 211.69 | 0.47 | 0.37 |
| Hex | 32 | 5C | 8B | 40 | 22 | 0 | 2D | D4 | 2F | 25 |
| Octal | 62 | 134 | 213 | 100 | 42 | 0 | 55 | 324 | 57 | 45 |
| Binary | 110010 | 1011100 | 10001011 | 1000000 | 100010 | 0 | 101101 | 11010100 | 101111 | 100101 |
Color Harmonies of #325C8B
Complementary color
Monochromatic Colors of #325C8B
Black with #325C8B
Text Example
Text Example
White with #325C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C8B; }
p { color: rgb(50,92,139); }
H1.HeaderClassName
{
color: #325C8B;
}
.AnyTagClassName
{
color: #325C8B;
}
</style>
background-color css
<style>
a { background-color: #325C8B; }
a { background-color: rgb(50,92,139); }
div.DivClassName
{
background-color: #325C8B;
}
.BgClassName
{
background-color: #325C8B;
}
</style>
border-color css
<style>
span { border-color: #325C8B; }
span { border-color: rgb(50,92,139); }
td.TdClassName
{
border-color: #325C8B;
}
.TagClassName
{
border-color: #325C8B;
}
</style>