Shades of Endeavour #275488
Tints of Endeavour #275488
RGB
CMYK
RGB Variations
Color information
#275488 (or 0x275488) is known color: Endeavour. HEX triplet: 27, 54 and 88. RGB value is (39,84,136). Sum of RGB (Red+Green+Blue) = 39+84+136=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #275488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275488 is #D8AB77. Grayscale: #4C4C4C. Windows color (decimal): -14199672 or 8934439. OLE color: 8934439.
HSL color Cylindrical-coordinate representation of color #275488: hue angle of 212.16º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275488 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 84 | 136 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.47 |
| HSL | 212.16º | 0.55% | 0.34% | - |
| HSV(B) | 212.16º | 0.71% | 0.53% | - |
| XYZ | 8.45 | 8.55 | 24.5 | - |
| YUV | 76.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 136 | 0.71 | 0.38 | 0 | 0.47 | 212.16 | 0.55 | 0.34 |
| Hex | 27 | 54 | 88 | 47 | 26 | 0 | 2F | D4 | 37 | 22 |
| Octal | 47 | 124 | 210 | 107 | 46 | 0 | 57 | 324 | 67 | 42 |
| Binary | 100111 | 1010100 | 10001000 | 1000111 | 100110 | 0 | 101111 | 11010100 | 110111 | 100010 |
Color Harmonies of #275488
Complementary color
Monochromatic Colors of #275488
Black with #275488
Text Example
Text Example
White with #275488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275488; }
p { color: rgb(39,84,136); }
H1.HeaderClassName
{
color: #275488;
}
.AnyTagClassName
{
color: #275488;
}
</style>
background-color css
<style>
a { background-color: #275488; }
a { background-color: rgb(39,84,136); }
div.DivClassName
{
background-color: #275488;
}
.BgClassName
{
background-color: #275488;
}
</style>
border-color css
<style>
span { border-color: #275488; }
span { border-color: rgb(39,84,136); }
td.TdClassName
{
border-color: #275488;
}
.TagClassName
{
border-color: #275488;
}
</style>