Shades of Endeavour #275093
Tints of Endeavour #275093
RGB
CMYK
RGB Variations
Color information
#275093 (or 0x275093) is known color: Endeavour. HEX triplet: 27, 50 and 93. RGB value is (39,80,147). Sum of RGB (Red+Green+Blue) = 39+80+147=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #275093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275093 is #D8AF6C. Grayscale: #4B4B4B. Windows color (decimal): -14200685 or 9654311. OLE color: 9654311.
HSL color Cylindrical-coordinate representation of color #275093: hue angle of 217.22º 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 #275093 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 80 | 147 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.42 |
| HSL | 217.22º | 0.58% | 0.36% | - |
| HSV(B) | 217.22º | 0.73% | 0.58% | - |
| XYZ | 8.97 | 8.28 | 28.73 | - |
| YUV | 75.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 147 | 0.73 | 0.46 | 0 | 0.42 | 217.22 | 0.58 | 0.36 |
| Hex | 27 | 50 | 93 | 49 | 2E | 0 | 2A | D9 | 3A | 24 |
| Octal | 47 | 120 | 223 | 111 | 56 | 0 | 52 | 331 | 72 | 44 |
| Binary | 100111 | 1010000 | 10010011 | 1001001 | 101110 | 0 | 101010 | 11011001 | 111010 | 100100 |
Color Harmonies of #275093
Complementary color
Monochromatic Colors of #275093
Black with #275093
Text Example
Text Example
White with #275093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275093; }
p { color: rgb(39,80,147); }
H1.HeaderClassName
{
color: #275093;
}
.AnyTagClassName
{
color: #275093;
}
</style>
background-color css
<style>
a { background-color: #275093; }
a { background-color: rgb(39,80,147); }
div.DivClassName
{
background-color: #275093;
}
.BgClassName
{
background-color: #275093;
}
</style>
border-color css
<style>
span { border-color: #275093; }
span { border-color: rgb(39,80,147); }
td.TdClassName
{
border-color: #275093;
}
.TagClassName
{
border-color: #275093;
}
</style>