Shades of Endeavour #275189
Tints of Endeavour #275189
RGB
CMYK
RGB Variations
Color information
#275189 (or 0x275189) is known color: Endeavour. HEX triplet: 27, 51 and 89. RGB value is (39,81,137). Sum of RGB (Red+Green+Blue) = 39+81+137=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #275189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275189 is #D8AE76. Grayscale: #4A4A4A. Windows color (decimal): -14200439 or 8999207. OLE color: 8999207.
HSL color Cylindrical-coordinate representation of color #275189: hue angle of 214.29º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #275189 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 81 | 137 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.46 |
| HSL | 214.29º | 0.56% | 0.35% | - |
| HSV(B) | 214.29º | 0.72% | 0.54% | - |
| XYZ | 8.29 | 8.12 | 24.8 | - |
| YUV | 74.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 137 | 0.72 | 0.41 | 0 | 0.46 | 214.29 | 0.56 | 0.35 |
| Hex | 27 | 51 | 89 | 48 | 29 | 0 | 2E | D6 | 38 | 23 |
| Octal | 47 | 121 | 211 | 110 | 51 | 0 | 56 | 326 | 70 | 43 |
| Binary | 100111 | 1010001 | 10001001 | 1001000 | 101001 | 0 | 101110 | 11010110 | 111000 | 100011 |
Color Harmonies of #275189
Complementary color
Monochromatic Colors of #275189
Black with #275189
Text Example
Text Example
White with #275189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275189; }
p { color: rgb(39,81,137); }
H1.HeaderClassName
{
color: #275189;
}
.AnyTagClassName
{
color: #275189;
}
</style>
background-color css
<style>
a { background-color: #275189; }
a { background-color: rgb(39,81,137); }
div.DivClassName
{
background-color: #275189;
}
.BgClassName
{
background-color: #275189;
}
</style>
border-color css
<style>
span { border-color: #275189; }
span { border-color: rgb(39,81,137); }
td.TdClassName
{
border-color: #275189;
}
.TagClassName
{
border-color: #275189;
}
</style>