Shades of Endeavour #27548D
Tints of Endeavour #27548D
RGB
CMYK
RGB Variations
Color information
#27548D (or 0x27548D) is known color: Endeavour. HEX triplet: 27, 54 and 8D. RGB value is (39,84,141). Sum of RGB (Red+Green+Blue) = 39+84+141=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #27548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27548D is #D8AB72. Grayscale: #4C4C4C. Windows color (decimal): -14199667 or 9262119. OLE color: 9262119.
HSL color Cylindrical-coordinate representation of color #27548D: hue angle of 213.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27548D is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 84 | 141 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.45 |
| HSL | 213.53º | 0.57% | 0.35% | - |
| HSV(B) | 213.53º | 0.72% | 0.55% | - |
| XYZ | 8.81 | 8.7 | 26.41 | - |
| YUV | 77.04 | 164.09 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 141 | 0.72 | 0.40 | 0 | 0.45 | 213.53 | 0.57 | 0.35 |
| Hex | 27 | 54 | 8D | 48 | 28 | 0 | 2D | D6 | 39 | 23 |
| Octal | 47 | 124 | 215 | 110 | 50 | 0 | 55 | 326 | 71 | 43 |
| Binary | 100111 | 1010100 | 10001101 | 1001000 | 101000 | 0 | 101101 | 11010110 | 111001 | 100011 |
Color Harmonies of #27548D
Complementary color
Monochromatic Colors of #27548D
Black with #27548D
Text Example
Text Example
White with #27548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27548D; }
p { color: rgb(39,84,141); }
H1.HeaderClassName
{
color: #27548D;
}
.AnyTagClassName
{
color: #27548D;
}
</style>
background-color css
<style>
a { background-color: #27548D; }
a { background-color: rgb(39,84,141); }
div.DivClassName
{
background-color: #27548D;
}
.BgClassName
{
background-color: #27548D;
}
</style>
border-color css
<style>
span { border-color: #27548D; }
span { border-color: rgb(39,84,141); }
td.TdClassName
{
border-color: #27548D;
}
.TagClassName
{
border-color: #27548D;
}
</style>