Shades of Endeavour #275F99
Tints of Endeavour #275F99
RGB
CMYK
RGB Variations
Color information
#275F99 (or 0x275F99) is known color: Endeavour. HEX triplet: 27, 5F and 99. RGB value is (39,95,153). Sum of RGB (Red+Green+Blue) = 39+95+153=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #275F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F99 is #D8A066. Grayscale: #545454. Windows color (decimal): -14196839 or 10051367. OLE color: 10051367.
HSL color Cylindrical-coordinate representation of color #275F99: hue angle of 210.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275F99 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 95 | 153 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.4 |
| HSL | 210.53º | 0.59% | 0.38% | - |
| HSV(B) | 210.53º | 0.75% | 0.6% | - |
| XYZ | 10.68 | 10.92 | 31.68 | - |
| YUV | 84.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 153 | 0.75 | 0.38 | 0 | 0.4 | 210.53 | 0.59 | 0.38 |
| Hex | 27 | 5F | 99 | 4B | 26 | 0 | 28 | D3 | 3B | 26 |
| Octal | 47 | 137 | 231 | 113 | 46 | 0 | 50 | 323 | 73 | 46 |
| Binary | 100111 | 1011111 | 10011001 | 1001011 | 100110 | 0 | 101000 | 11010011 | 111011 | 100110 |
Color Harmonies of #275F99
Complementary color
Monochromatic Colors of #275F99
Black with #275F99
Text Example
Text Example
White with #275F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F99; }
p { color: rgb(39,95,153); }
H1.HeaderClassName
{
color: #275F99;
}
.AnyTagClassName
{
color: #275F99;
}
</style>
background-color css
<style>
a { background-color: #275F99; }
a { background-color: rgb(39,95,153); }
div.DivClassName
{
background-color: #275F99;
}
.BgClassName
{
background-color: #275F99;
}
</style>
border-color css
<style>
span { border-color: #275F99; }
span { border-color: rgb(39,95,153); }
td.TdClassName
{
border-color: #275F99;
}
.TagClassName
{
border-color: #275F99;
}
</style>