Shades of Endeavour #276193
Tints of Endeavour #276193
RGB
CMYK
RGB Variations
Color information
#276193 (or 0x276193) is known color: Endeavour. HEX triplet: 27, 61 and 93. RGB value is (39,97,147). Sum of RGB (Red+Green+Blue) = 39+97+147=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #276193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276193 is #D89E6C. Grayscale: #555555. Windows color (decimal): -14196333 or 9658663. OLE color: 9658663.
HSL color Cylindrical-coordinate representation of color #276193: hue angle of 207.78º 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 #276193 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 97 | 147 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.42 |
| HSL | 207.78º | 0.58% | 0.36% | - |
| HSV(B) | 207.78º | 0.73% | 0.58% | - |
| XYZ | 10.38 | 11.09 | 29.2 | - |
| YUV | 85.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 147 | 0.73 | 0.34 | 0 | 0.42 | 207.78 | 0.58 | 0.36 |
| Hex | 27 | 61 | 93 | 49 | 22 | 0 | 2A | D0 | 3A | 24 |
| Octal | 47 | 141 | 223 | 111 | 42 | 0 | 52 | 320 | 72 | 44 |
| Binary | 100111 | 1100001 | 10010011 | 1001001 | 100010 | 0 | 101010 | 11010000 | 111010 | 100100 |
Color Harmonies of #276193
Complementary color
Monochromatic Colors of #276193
Black with #276193
Text Example
Text Example
White with #276193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276193; }
p { color: rgb(39,97,147); }
H1.HeaderClassName
{
color: #276193;
}
.AnyTagClassName
{
color: #276193;
}
</style>
background-color css
<style>
a { background-color: #276193; }
a { background-color: rgb(39,97,147); }
div.DivClassName
{
background-color: #276193;
}
.BgClassName
{
background-color: #276193;
}
</style>
border-color css
<style>
span { border-color: #276193; }
span { border-color: rgb(39,97,147); }
td.TdClassName
{
border-color: #276193;
}
.TagClassName
{
border-color: #276193;
}
</style>