Shades of Endeavour #325D8A
Tints of Endeavour #325D8A
RGB
CMYK
RGB Variations
Color information
#325D8A (or 0x325D8A) is known color: Endeavour. HEX triplet: 32, 5D and 8A. RGB value is (50,93,138). Sum of RGB (Red+Green+Blue) = 50+93+138=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #325D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D8A is #CDA275. Grayscale: #555555. Windows color (decimal): -13476470 or 9067826. OLE color: 9067826.
HSL color Cylindrical-coordinate representation of color #325D8A: hue angle of 210.68º 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 #325D8A is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 93 | 138 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.46 |
| HSL | 210.68º | 0.47% | 0.37% | - |
| HSV(B) | 210.68º | 0.64% | 0.54% | - |
| XYZ | 9.82 | 10.34 | 25.52 | - |
| YUV | 85.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 138 | 0.64 | 0.33 | 0 | 0.46 | 210.68 | 0.47 | 0.37 |
| Hex | 32 | 5D | 8A | 40 | 21 | 0 | 2E | D3 | 2F | 25 |
| Octal | 62 | 135 | 212 | 100 | 41 | 0 | 56 | 323 | 57 | 45 |
| Binary | 110010 | 1011101 | 10001010 | 1000000 | 100001 | 0 | 101110 | 11010011 | 101111 | 100101 |
Color Harmonies of #325D8A
Complementary color
Monochromatic Colors of #325D8A
Black with #325D8A
Text Example
Text Example
White with #325D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D8A; }
p { color: rgb(50,93,138); }
H1.HeaderClassName
{
color: #325D8A;
}
.AnyTagClassName
{
color: #325D8A;
}
</style>
background-color css
<style>
a { background-color: #325D8A; }
a { background-color: rgb(50,93,138); }
div.DivClassName
{
background-color: #325D8A;
}
.BgClassName
{
background-color: #325D8A;
}
</style>
border-color css
<style>
span { border-color: #325D8A; }
span { border-color: rgb(50,93,138); }
td.TdClassName
{
border-color: #325D8A;
}
.TagClassName
{
border-color: #325D8A;
}
</style>