Shades of Endeavour #275B8E
Tints of Endeavour #275B8E
RGB
CMYK
RGB Variations
Color information
#275B8E (or 0x275B8E) is known color: Endeavour. HEX triplet: 27, 5B and 8E. RGB value is (39,91,142). Sum of RGB (Red+Green+Blue) = 39+91+142=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #275B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B8E is #D8A471. Grayscale: #515151. Windows color (decimal): -14197874 or 9329447. OLE color: 9329447.
HSL color Cylindrical-coordinate representation of color #275B8E: hue angle of 209.71º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275B8E is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 91 | 142 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.44 |
| HSL | 209.71º | 0.57% | 0.35% | - |
| HSV(B) | 209.71º | 0.73% | 0.56% | - |
| XYZ | 9.46 | 9.87 | 27 | - |
| YUV | 81.27 | 162.27 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 142 | 0.73 | 0.36 | 0 | 0.44 | 209.71 | 0.57 | 0.35 |
| Hex | 27 | 5B | 8E | 49 | 24 | 0 | 2C | D2 | 39 | 23 |
| Octal | 47 | 133 | 216 | 111 | 44 | 0 | 54 | 322 | 71 | 43 |
| Binary | 100111 | 1011011 | 10001110 | 1001001 | 100100 | 0 | 101100 | 11010010 | 111001 | 100011 |
Color Harmonies of #275B8E
Complementary color
Monochromatic Colors of #275B8E
Black with #275B8E
Text Example
Text Example
White with #275B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B8E; }
p { color: rgb(39,91,142); }
H1.HeaderClassName
{
color: #275B8E;
}
.AnyTagClassName
{
color: #275B8E;
}
</style>
background-color css
<style>
a { background-color: #275B8E; }
a { background-color: rgb(39,91,142); }
div.DivClassName
{
background-color: #275B8E;
}
.BgClassName
{
background-color: #275B8E;
}
</style>
border-color css
<style>
span { border-color: #275B8E; }
span { border-color: rgb(39,91,142); }
td.TdClassName
{
border-color: #275B8E;
}
.TagClassName
{
border-color: #275B8E;
}
</style>