Shades of Endeavour #275394
Tints of Endeavour #275394
RGB
CMYK
RGB Variations
Color information
#275394 (or 0x275394) is known color: Endeavour. HEX triplet: 27, 53 and 94. RGB value is (39,83,148). Sum of RGB (Red+Green+Blue) = 39+83+148=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #275394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275394 is #D8AC6B. Grayscale: #4C4C4C. Windows color (decimal): -14199916 or 9720615. OLE color: 9720615.
HSL color Cylindrical-coordinate representation of color #275394: hue angle of 215.78º 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 #275394 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 83 | 148 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.42 |
| HSL | 215.78º | 0.58% | 0.37% | - |
| HSV(B) | 215.78º | 0.74% | 0.58% | - |
| XYZ | 9.28 | 8.76 | 29.22 | - |
| YUV | 77.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 148 | 0.74 | 0.44 | 0 | 0.42 | 215.78 | 0.58 | 0.37 |
| Hex | 27 | 53 | 94 | 4A | 2C | 0 | 2A | D8 | 3A | 25 |
| Octal | 47 | 123 | 224 | 112 | 54 | 0 | 52 | 330 | 72 | 45 |
| Binary | 100111 | 1010011 | 10010100 | 1001010 | 101100 | 0 | 101010 | 11011000 | 111010 | 100101 |
Color Harmonies of #275394
Complementary color
Monochromatic Colors of #275394
Black with #275394
Text Example
Text Example
White with #275394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275394; }
p { color: rgb(39,83,148); }
H1.HeaderClassName
{
color: #275394;
}
.AnyTagClassName
{
color: #275394;
}
</style>
background-color css
<style>
a { background-color: #275394; }
a { background-color: rgb(39,83,148); }
div.DivClassName
{
background-color: #275394;
}
.BgClassName
{
background-color: #275394;
}
</style>
border-color css
<style>
span { border-color: #275394; }
span { border-color: rgb(39,83,148); }
td.TdClassName
{
border-color: #275394;
}
.TagClassName
{
border-color: #275394;
}
</style>