Shades of Endeavour #275294
Tints of Endeavour #275294
RGB
CMYK
RGB Variations
Color information
#275294 (or 0x275294) is known color: Endeavour. HEX triplet: 27, 52 and 94. RGB value is (39,82,148). Sum of RGB (Red+Green+Blue) = 39+82+148=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #275294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275294 is #D8AD6B. Grayscale: #4C4C4C. Windows color (decimal): -14200172 or 9720359. OLE color: 9720359.
HSL color Cylindrical-coordinate representation of color #275294: hue angle of 216.33º degrees, saturation: 0.58, 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 #275294 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 82 | 148 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.42 |
| HSL | 216.33º | 0.58% | 0.37% | - |
| HSV(B) | 216.33º | 0.74% | 0.58% | - |
| XYZ | 9.2 | 8.6 | 29.19 | - |
| YUV | 76.67 | 168.25 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 148 | 0.74 | 0.45 | 0 | 0.42 | 216.33 | 0.58 | 0.37 |
| Hex | 27 | 52 | 94 | 4A | 2D | 0 | 2A | D8 | 3A | 25 |
| Octal | 47 | 122 | 224 | 112 | 55 | 0 | 52 | 330 | 72 | 45 |
| Binary | 100111 | 1010010 | 10010100 | 1001010 | 101101 | 0 | 101010 | 11011000 | 111010 | 100101 |
Color Harmonies of #275294
Complementary color
Monochromatic Colors of #275294
Black with #275294
Text Example
Text Example
White with #275294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275294; }
p { color: rgb(39,82,148); }
H1.HeaderClassName
{
color: #275294;
}
.AnyTagClassName
{
color: #275294;
}
</style>
background-color css
<style>
a { background-color: #275294; }
a { background-color: rgb(39,82,148); }
div.DivClassName
{
background-color: #275294;
}
.BgClassName
{
background-color: #275294;
}
</style>
border-color css
<style>
span { border-color: #275294; }
span { border-color: rgb(39,82,148); }
td.TdClassName
{
border-color: #275294;
}
.TagClassName
{
border-color: #275294;
}
</style>