Shades of Endeavour #276493
Tints of Endeavour #276493
RGB
CMYK
RGB Variations
Color information
#276493 (or 0x276493) is known color: Endeavour. HEX triplet: 27, 64 and 93. RGB value is (39,100,147). Sum of RGB (Red+Green+Blue) = 39+100+147=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #276493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276493 is #D89B6C. Grayscale: #565656. Windows color (decimal): -14195565 or 9659431. OLE color: 9659431.
HSL color Cylindrical-coordinate representation of color #276493: hue angle of 206.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276493 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 100 | 147 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.42 |
| HSL | 206.11º | 0.58% | 0.36% | - |
| HSV(B) | 206.11º | 0.73% | 0.58% | - |
| XYZ | 10.66 | 11.65 | 29.29 | - |
| YUV | 87.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 147 | 0.73 | 0.32 | 0 | 0.42 | 206.11 | 0.58 | 0.36 |
| Hex | 27 | 64 | 93 | 49 | 20 | 0 | 2A | CE | 3A | 24 |
| Octal | 47 | 144 | 223 | 111 | 40 | 0 | 52 | 316 | 72 | 44 |
| Binary | 100111 | 1100100 | 10010011 | 1001001 | 100000 | 0 | 101010 | 11001110 | 111010 | 100100 |
Color Harmonies of #276493
Complementary color
Monochromatic Colors of #276493
Black with #276493
Text Example
Text Example
White with #276493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276493; }
p { color: rgb(39,100,147); }
H1.HeaderClassName
{
color: #276493;
}
.AnyTagClassName
{
color: #276493;
}
</style>
background-color css
<style>
a { background-color: #276493; }
a { background-color: rgb(39,100,147); }
div.DivClassName
{
background-color: #276493;
}
.BgClassName
{
background-color: #276493;
}
</style>
border-color css
<style>
span { border-color: #276493; }
span { border-color: rgb(39,100,147); }
td.TdClassName
{
border-color: #276493;
}
.TagClassName
{
border-color: #276493;
}
</style>