Shades of Endeavour #275B9F
Tints of Endeavour #275B9F
RGB
CMYK
RGB Variations
Color information
#275B9F (or 0x275B9F) is known color: Endeavour. HEX triplet: 27, 5B and 9F. RGB value is (39,91,159). Sum of RGB (Red+Green+Blue) = 39+91+159=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #275B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B9F is #D8A460. Grayscale: #525252. Windows color (decimal): -14197857 or 10443559. OLE color: 10443559.
HSL color Cylindrical-coordinate representation of color #275B9F: hue angle of 214º 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 #275B9F is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 91 | 159 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.38 |
| HSL | 214º | 0.61% | 0.39% | - |
| HSV(B) | 214º | 0.75% | 0.62% | - |
| XYZ | 10.84 | 10.42 | 34.24 | - |
| YUV | 83.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 159 | 0.75 | 0.43 | 0 | 0.38 | 214 | 0.61 | 0.39 |
| Hex | 27 | 5B | 9F | 4B | 2B | 0 | 26 | D6 | 3D | 27 |
| Octal | 47 | 133 | 237 | 113 | 53 | 0 | 46 | 326 | 75 | 47 |
| Binary | 100111 | 1011011 | 10011111 | 1001011 | 101011 | 0 | 100110 | 11010110 | 111101 | 100111 |
Color Harmonies of #275B9F
Complementary color
Monochromatic Colors of #275B9F
Black with #275B9F
Text Example
Text Example
White with #275B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B9F; }
p { color: rgb(39,91,159); }
H1.HeaderClassName
{
color: #275B9F;
}
.AnyTagClassName
{
color: #275B9F;
}
</style>
background-color css
<style>
a { background-color: #275B9F; }
a { background-color: rgb(39,91,159); }
div.DivClassName
{
background-color: #275B9F;
}
.BgClassName
{
background-color: #275B9F;
}
</style>
border-color css
<style>
span { border-color: #275B9F; }
span { border-color: rgb(39,91,159); }
td.TdClassName
{
border-color: #275B9F;
}
.TagClassName
{
border-color: #275B9F;
}
</style>