Shades of Endeavour #325B88
Tints of Endeavour #325B88
RGB
CMYK
RGB Variations
Color information
#325B88 (or 0x325B88) is known color: Endeavour. HEX triplet: 32, 5B and 88. RGB value is (50,91,136). Sum of RGB (Red+Green+Blue) = 50+91+136=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #325B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B88 is #CDA477. Grayscale: #535353. Windows color (decimal): -13476984 or 8936242. OLE color: 8936242.
HSL color Cylindrical-coordinate representation of color #325B88: hue angle of 211.4º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325B88 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 91 | 136 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.47 |
| HSL | 211.4º | 0.46% | 0.36% | - |
| HSV(B) | 211.4º | 0.63% | 0.53% | - |
| XYZ | 9.5 | 9.94 | 24.71 | - |
| YUV | 83.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 136 | 0.63 | 0.33 | 0 | 0.47 | 211.4 | 0.46 | 0.36 |
| Hex | 32 | 5B | 88 | 3F | 21 | 0 | 2F | D3 | 2E | 24 |
| Octal | 62 | 133 | 210 | 77 | 41 | 0 | 57 | 323 | 56 | 44 |
| Binary | 110010 | 1011011 | 10001000 | 111111 | 100001 | 0 | 101111 | 11010011 | 101110 | 100100 |
Color Harmonies of #325B88
Complementary color
Monochromatic Colors of #325B88
Black with #325B88
Text Example
Text Example
White with #325B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B88; }
p { color: rgb(50,91,136); }
H1.HeaderClassName
{
color: #325B88;
}
.AnyTagClassName
{
color: #325B88;
}
</style>
background-color css
<style>
a { background-color: #325B88; }
a { background-color: rgb(50,91,136); }
div.DivClassName
{
background-color: #325B88;
}
.BgClassName
{
background-color: #325B88;
}
</style>
border-color css
<style>
span { border-color: #325B88; }
span { border-color: rgb(50,91,136); }
td.TdClassName
{
border-color: #325B88;
}
.TagClassName
{
border-color: #325B88;
}
</style>