Shades of Endeavour #276294
Tints of Endeavour #276294
RGB
CMYK
RGB Variations
Color information
#276294 (or 0x276294) is known color: Endeavour. HEX triplet: 27, 62 and 94. RGB value is (39,98,148). Sum of RGB (Red+Green+Blue) = 39+98+148=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #276294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276294 is #D89D6B. Grayscale: #555555. Windows color (decimal): -14196076 or 9724455. OLE color: 9724455.
HSL color Cylindrical-coordinate representation of color #276294: hue angle of 207.52º 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 #276294 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 98 | 148 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.42 |
| HSL | 207.52º | 0.58% | 0.37% | - |
| HSV(B) | 207.52º | 0.74% | 0.58% | - |
| XYZ | 10.55 | 11.3 | 29.64 | - |
| YUV | 86.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 148 | 0.74 | 0.34 | 0 | 0.42 | 207.52 | 0.58 | 0.37 |
| Hex | 27 | 62 | 94 | 4A | 22 | 0 | 2A | D0 | 3A | 25 |
| Octal | 47 | 142 | 224 | 112 | 42 | 0 | 52 | 320 | 72 | 45 |
| Binary | 100111 | 1100010 | 10010100 | 1001010 | 100010 | 0 | 101010 | 11010000 | 111010 | 100101 |
Color Harmonies of #276294
Complementary color
Monochromatic Colors of #276294
Black with #276294
Text Example
Text Example
White with #276294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276294; }
p { color: rgb(39,98,148); }
H1.HeaderClassName
{
color: #276294;
}
.AnyTagClassName
{
color: #276294;
}
</style>
background-color css
<style>
a { background-color: #276294; }
a { background-color: rgb(39,98,148); }
div.DivClassName
{
background-color: #276294;
}
.BgClassName
{
background-color: #276294;
}
</style>
border-color css
<style>
span { border-color: #276294; }
span { border-color: rgb(39,98,148); }
td.TdClassName
{
border-color: #276294;
}
.TagClassName
{
border-color: #276294;
}
</style>