Shades of Endeavour #275690
Tints of Endeavour #275690
RGB
CMYK
RGB Variations
Color information
#275690 (or 0x275690) is known color: Endeavour. HEX triplet: 27, 56 and 90. RGB value is (39,86,144). Sum of RGB (Red+Green+Blue) = 39+86+144=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #275690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275690 is #D8A96F. Grayscale: #4E4E4E. Windows color (decimal): -14199152 or 9459239. OLE color: 9459239.
HSL color Cylindrical-coordinate representation of color #275690: hue angle of 213.14º 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 #275690 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 86 | 144 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.44 |
| HSL | 213.14º | 0.57% | 0.36% | - |
| HSV(B) | 213.14º | 0.73% | 0.56% | - |
| XYZ | 9.2 | 9.1 | 27.66 | - |
| YUV | 78.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 86 | 144 | 0.73 | 0.40 | 0 | 0.44 | 213.14 | 0.57 | 0.36 |
| Hex | 27 | 56 | 90 | 49 | 28 | 0 | 2C | D5 | 39 | 24 |
| Octal | 47 | 126 | 220 | 111 | 50 | 0 | 54 | 325 | 71 | 44 |
| Binary | 100111 | 1010110 | 10010000 | 1001001 | 101000 | 0 | 101100 | 11010101 | 111001 | 100100 |
Color Harmonies of #275690
Complementary color
Monochromatic Colors of #275690
Black with #275690
Text Example
Text Example
White with #275690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275690; }
p { color: rgb(39,86,144); }
H1.HeaderClassName
{
color: #275690;
}
.AnyTagClassName
{
color: #275690;
}
</style>
background-color css
<style>
a { background-color: #275690; }
a { background-color: rgb(39,86,144); }
div.DivClassName
{
background-color: #275690;
}
.BgClassName
{
background-color: #275690;
}
</style>
border-color css
<style>
span { border-color: #275690; }
span { border-color: rgb(39,86,144); }
td.TdClassName
{
border-color: #275690;
}
.TagClassName
{
border-color: #275690;
}
</style>