Shades of Endeavour #325B8C
Tints of Endeavour #325B8C
RGB
CMYK
RGB Variations
Color information
#325B8C (or 0x325B8C) is known color: Endeavour. HEX triplet: 32, 5B and 8C. RGB value is (50,91,140). Sum of RGB (Red+Green+Blue) = 50+91+140=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #325B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B8C is #CDA473. Grayscale: #545454. Windows color (decimal): -13476980 or 9198386. OLE color: 9198386.
HSL color Cylindrical-coordinate representation of color #325B8C: hue angle of 212.67º 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 #325B8C is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 91 | 140 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.45 |
| HSL | 212.67º | 0.47% | 0.37% | - |
| HSV(B) | 212.67º | 0.64% | 0.55% | - |
| XYZ | 9.79 | 10.05 | 26.24 | - |
| YUV | 84.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 140 | 0.64 | 0.35 | 0 | 0.45 | 212.67 | 0.47 | 0.37 |
| Hex | 32 | 5B | 8C | 40 | 23 | 0 | 2D | D5 | 2F | 25 |
| Octal | 62 | 133 | 214 | 100 | 43 | 0 | 55 | 325 | 57 | 45 |
| Binary | 110010 | 1011011 | 10001100 | 1000000 | 100011 | 0 | 101101 | 11010101 | 101111 | 100101 |
Color Harmonies of #325B8C
Complementary color
Monochromatic Colors of #325B8C
Black with #325B8C
Text Example
Text Example
White with #325B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B8C; }
p { color: rgb(50,91,140); }
H1.HeaderClassName
{
color: #325B8C;
}
.AnyTagClassName
{
color: #325B8C;
}
</style>
background-color css
<style>
a { background-color: #325B8C; }
a { background-color: rgb(50,91,140); }
div.DivClassName
{
background-color: #325B8C;
}
.BgClassName
{
background-color: #325B8C;
}
</style>
border-color css
<style>
span { border-color: #325B8C; }
span { border-color: rgb(50,91,140); }
td.TdClassName
{
border-color: #325B8C;
}
.TagClassName
{
border-color: #325B8C;
}
</style>