Shades of Endeavour #275495
Tints of Endeavour #275495
RGB
CMYK
RGB Variations
Color information
#275495 (or 0x275495) is known color: Endeavour. HEX triplet: 27, 54 and 95. RGB value is (39,84,149). Sum of RGB (Red+Green+Blue) = 39+84+149=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #275495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275495 is #D8AB6A. Grayscale: #4D4D4D. Windows color (decimal): -14199659 or 9786407. OLE color: 9786407.
HSL color Cylindrical-coordinate representation of color #275495: hue angle of 215.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275495 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 84 | 149 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.42 |
| HSL | 215.45º | 0.59% | 0.37% | - |
| HSV(B) | 215.45º | 0.74% | 0.58% | - |
| XYZ | 9.43 | 8.94 | 29.66 | - |
| YUV | 77.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 149 | 0.74 | 0.44 | 0 | 0.42 | 215.45 | 0.59 | 0.37 |
| Hex | 27 | 54 | 95 | 4A | 2C | 0 | 2A | D7 | 3B | 25 |
| Octal | 47 | 124 | 225 | 112 | 54 | 0 | 52 | 327 | 73 | 45 |
| Binary | 100111 | 1010100 | 10010101 | 1001010 | 101100 | 0 | 101010 | 11010111 | 111011 | 100101 |
Color Harmonies of #275495
Complementary color
Monochromatic Colors of #275495
Black with #275495
Text Example
Text Example
White with #275495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275495; }
p { color: rgb(39,84,149); }
H1.HeaderClassName
{
color: #275495;
}
.AnyTagClassName
{
color: #275495;
}
</style>
background-color css
<style>
a { background-color: #275495; }
a { background-color: rgb(39,84,149); }
div.DivClassName
{
background-color: #275495;
}
.BgClassName
{
background-color: #275495;
}
</style>
border-color css
<style>
span { border-color: #275495; }
span { border-color: rgb(39,84,149); }
td.TdClassName
{
border-color: #275495;
}
.TagClassName
{
border-color: #275495;
}
</style>