Shades of Endeavour #27628D
Tints of Endeavour #27628D
RGB
CMYK
RGB Variations
Color information
#27628D (or 0x27628D) is known color: Endeavour. HEX triplet: 27, 62 and 8D. RGB value is (39,98,141). Sum of RGB (Red+Green+Blue) = 39+98+141=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #27628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27628D is #D89D72. Grayscale: #555555. Windows color (decimal): -14196083 or 9265703. OLE color: 9265703.
HSL color Cylindrical-coordinate representation of color #27628D: hue angle of 205.29º 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 #27628D is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 98 | 141 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.45 |
| HSL | 205.29º | 0.57% | 0.35% | - |
| HSV(B) | 205.29º | 0.72% | 0.55% | - |
| XYZ | 10.01 | 11.09 | 26.81 | - |
| YUV | 85.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 141 | 0.72 | 0.30 | 0 | 0.45 | 205.29 | 0.57 | 0.35 |
| Hex | 27 | 62 | 8D | 48 | 1E | 0 | 2D | CD | 39 | 23 |
| Octal | 47 | 142 | 215 | 110 | 36 | 0 | 55 | 315 | 71 | 43 |
| Binary | 100111 | 1100010 | 10001101 | 1001000 | 11110 | 0 | 101101 | 11001101 | 111001 | 100011 |
Color Harmonies of #27628D
Complementary color
Monochromatic Colors of #27628D
Black with #27628D
Text Example
Text Example
White with #27628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27628D; }
p { color: rgb(39,98,141); }
H1.HeaderClassName
{
color: #27628D;
}
.AnyTagClassName
{
color: #27628D;
}
</style>
background-color css
<style>
a { background-color: #27628D; }
a { background-color: rgb(39,98,141); }
div.DivClassName
{
background-color: #27628D;
}
.BgClassName
{
background-color: #27628D;
}
</style>
border-color css
<style>
span { border-color: #27628D; }
span { border-color: rgb(39,98,141); }
td.TdClassName
{
border-color: #27628D;
}
.TagClassName
{
border-color: #27628D;
}
</style>