Shades of Endeavour #276292
Tints of Endeavour #276292
RGB
CMYK
RGB Variations
Color information
#276292 (or 0x276292) is known color: Endeavour. HEX triplet: 27, 62 and 92. RGB value is (39,98,146). Sum of RGB (Red+Green+Blue) = 39+98+146=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #276292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276292 is #D89D6D. Grayscale: #555555. Windows color (decimal): -14196078 or 9593383. OLE color: 9593383.
HSL color Cylindrical-coordinate representation of color #276292: hue angle of 206.92º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276292 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 98 | 146 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.43 |
| HSL | 206.92º | 0.58% | 0.36% | - |
| HSV(B) | 206.92º | 0.73% | 0.57% | - |
| XYZ | 10.39 | 11.24 | 28.82 | - |
| YUV | 85.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 146 | 0.73 | 0.33 | 0 | 0.43 | 206.92 | 0.58 | 0.36 |
| Hex | 27 | 62 | 92 | 49 | 21 | 0 | 2B | CF | 3A | 24 |
| Octal | 47 | 142 | 222 | 111 | 41 | 0 | 53 | 317 | 72 | 44 |
| Binary | 100111 | 1100010 | 10010010 | 1001001 | 100001 | 0 | 101011 | 11001111 | 111010 | 100100 |
Color Harmonies of #276292
Complementary color
Monochromatic Colors of #276292
Black with #276292
Text Example
Text Example
White with #276292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276292; }
p { color: rgb(39,98,146); }
H1.HeaderClassName
{
color: #276292;
}
.AnyTagClassName
{
color: #276292;
}
</style>
background-color css
<style>
a { background-color: #276292; }
a { background-color: rgb(39,98,146); }
div.DivClassName
{
background-color: #276292;
}
.BgClassName
{
background-color: #276292;
}
</style>
border-color css
<style>
span { border-color: #276292; }
span { border-color: rgb(39,98,146); }
td.TdClassName
{
border-color: #276292;
}
.TagClassName
{
border-color: #276292;
}
</style>