Shades of Endeavour #275C9F
Tints of Endeavour #275C9F
RGB
CMYK
RGB Variations
Color information
#275C9F (or 0x275C9F) is known color: Endeavour. HEX triplet: 27, 5C and 9F. RGB value is (39,92,159). Sum of RGB (Red+Green+Blue) = 39+92+159=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #275C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C9F is #D8A360. Grayscale: #535353. Windows color (decimal): -14197601 or 10443815. OLE color: 10443815.
HSL color Cylindrical-coordinate representation of color #275C9F: hue angle of 213.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275C9F is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 92 | 159 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.38 |
| HSL | 213.5º | 0.61% | 0.39% | - |
| HSV(B) | 213.5º | 0.75% | 0.62% | - |
| XYZ | 10.92 | 10.59 | 34.27 | - |
| YUV | 83.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 159 | 0.75 | 0.42 | 0 | 0.38 | 213.5 | 0.61 | 0.39 |
| Hex | 27 | 5C | 9F | 4B | 2A | 0 | 26 | D6 | 3D | 27 |
| Octal | 47 | 134 | 237 | 113 | 52 | 0 | 46 | 326 | 75 | 47 |
| Binary | 100111 | 1011100 | 10011111 | 1001011 | 101010 | 0 | 100110 | 11010110 | 111101 | 100111 |
Color Harmonies of #275C9F
Complementary color
Monochromatic Colors of #275C9F
Black with #275C9F
Text Example
Text Example
White with #275C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C9F; }
p { color: rgb(39,92,159); }
H1.HeaderClassName
{
color: #275C9F;
}
.AnyTagClassName
{
color: #275C9F;
}
</style>
background-color css
<style>
a { background-color: #275C9F; }
a { background-color: rgb(39,92,159); }
div.DivClassName
{
background-color: #275C9F;
}
.BgClassName
{
background-color: #275C9F;
}
</style>
border-color css
<style>
span { border-color: #275C9F; }
span { border-color: rgb(39,92,159); }
td.TdClassName
{
border-color: #275C9F;
}
.TagClassName
{
border-color: #275C9F;
}
</style>