Shades of Endeavour #275C99
Tints of Endeavour #275C99
RGB
CMYK
RGB Variations
Color information
#275C99 (or 0x275C99) is known color: Endeavour. HEX triplet: 27, 5C and 99. RGB value is (39,92,153). Sum of RGB (Red+Green+Blue) = 39+92+153=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #275C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C99 is #D8A366. Grayscale: #525252. Windows color (decimal): -14197607 or 10050599. OLE color: 10050599.
HSL color Cylindrical-coordinate representation of color #275C99: hue angle of 212.11º 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 #275C99 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 92 | 153 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.4 |
| HSL | 212.11º | 0.59% | 0.38% | - |
| HSV(B) | 212.11º | 0.75% | 0.6% | - |
| XYZ | 10.41 | 10.39 | 31.59 | - |
| YUV | 83.11 | 167.44 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 153 | 0.75 | 0.40 | 0 | 0.4 | 212.11 | 0.59 | 0.38 |
| Hex | 27 | 5C | 99 | 4B | 28 | 0 | 28 | D4 | 3B | 26 |
| Octal | 47 | 134 | 231 | 113 | 50 | 0 | 50 | 324 | 73 | 46 |
| Binary | 100111 | 1011100 | 10011001 | 1001011 | 101000 | 0 | 101000 | 11010100 | 111011 | 100110 |
Color Harmonies of #275C99
Complementary color
Monochromatic Colors of #275C99
Black with #275C99
Text Example
Text Example
White with #275C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C99; }
p { color: rgb(39,92,153); }
H1.HeaderClassName
{
color: #275C99;
}
.AnyTagClassName
{
color: #275C99;
}
</style>
background-color css
<style>
a { background-color: #275C99; }
a { background-color: rgb(39,92,153); }
div.DivClassName
{
background-color: #275C99;
}
.BgClassName
{
background-color: #275C99;
}
</style>
border-color css
<style>
span { border-color: #275C99; }
span { border-color: rgb(39,92,153); }
td.TdClassName
{
border-color: #275C99;
}
.TagClassName
{
border-color: #275C99;
}
</style>