Shades of Endeavour #275090
Tints of Endeavour #275090
RGB
CMYK
RGB Variations
Color information
#275090 (or 0x275090) is known color: Endeavour. HEX triplet: 27, 50 and 90. RGB value is (39,80,144). Sum of RGB (Red+Green+Blue) = 39+80+144=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #275090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275090 is #D8AF6F. Grayscale: #4A4A4A. Windows color (decimal): -14200688 or 9457703. OLE color: 9457703.
HSL color Cylindrical-coordinate representation of color #275090: hue angle of 216.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275090 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 80 | 144 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.44 |
| HSL | 216.57º | 0.57% | 0.36% | - |
| HSV(B) | 216.57º | 0.73% | 0.56% | - |
| XYZ | 8.74 | 8.18 | 27.5 | - |
| YUV | 75.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 144 | 0.73 | 0.44 | 0 | 0.44 | 216.57 | 0.57 | 0.36 |
| Hex | 27 | 50 | 90 | 49 | 2C | 0 | 2C | D9 | 39 | 24 |
| Octal | 47 | 120 | 220 | 111 | 54 | 0 | 54 | 331 | 71 | 44 |
| Binary | 100111 | 1010000 | 10010000 | 1001001 | 101100 | 0 | 101100 | 11011001 | 111001 | 100100 |
Color Harmonies of #275090
Complementary color
Monochromatic Colors of #275090
Black with #275090
Text Example
Text Example
White with #275090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275090; }
p { color: rgb(39,80,144); }
H1.HeaderClassName
{
color: #275090;
}
.AnyTagClassName
{
color: #275090;
}
</style>
background-color css
<style>
a { background-color: #275090; }
a { background-color: rgb(39,80,144); }
div.DivClassName
{
background-color: #275090;
}
.BgClassName
{
background-color: #275090;
}
</style>
border-color css
<style>
span { border-color: #275090; }
span { border-color: rgb(39,80,144); }
td.TdClassName
{
border-color: #275090;
}
.TagClassName
{
border-color: #275090;
}
</style>