Shades of Endeavour #27558B
Tints of Endeavour #27558B
RGB
CMYK
RGB Variations
Color information
#27558B (or 0x27558B) is known color: Endeavour. HEX triplet: 27, 55 and 8B. RGB value is (39,85,139). Sum of RGB (Red+Green+Blue) = 39+85+139=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #27558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27558B is #D8AA74. Grayscale: #4D4D4D. Windows color (decimal): -14199413 or 9131303. OLE color: 9131303.
HSL color Cylindrical-coordinate representation of color #27558B: hue angle of 212.4º degrees, saturation: 0.56, 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 #27558B is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 85 | 139 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.45 |
| HSL | 212.4º | 0.56% | 0.35% | - |
| HSV(B) | 212.4º | 0.72% | 0.55% | - |
| XYZ | 8.75 | 8.79 | 25.66 | - |
| YUV | 77.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 139 | 0.72 | 0.39 | 0 | 0.45 | 212.4 | 0.56 | 0.35 |
| Hex | 27 | 55 | 8B | 48 | 27 | 0 | 2D | D4 | 38 | 23 |
| Octal | 47 | 125 | 213 | 110 | 47 | 0 | 55 | 324 | 70 | 43 |
| Binary | 100111 | 1010101 | 10001011 | 1001000 | 100111 | 0 | 101101 | 11010100 | 111000 | 100011 |
Color Harmonies of #27558B
Complementary color
Monochromatic Colors of #27558B
Black with #27558B
Text Example
Text Example
White with #27558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27558B; }
p { color: rgb(39,85,139); }
H1.HeaderClassName
{
color: #27558B;
}
.AnyTagClassName
{
color: #27558B;
}
</style>
background-color css
<style>
a { background-color: #27558B; }
a { background-color: rgb(39,85,139); }
div.DivClassName
{
background-color: #27558B;
}
.BgClassName
{
background-color: #27558B;
}
</style>
border-color css
<style>
span { border-color: #27558B; }
span { border-color: rgb(39,85,139); }
td.TdClassName
{
border-color: #27558B;
}
.TagClassName
{
border-color: #27558B;
}
</style>