Shades of Endeavour #275E95
Tints of Endeavour #275E95
RGB
CMYK
RGB Variations
Color information
#275E95 (or 0x275E95) is known color: Endeavour. HEX triplet: 27, 5E and 95. RGB value is (39,94,149). Sum of RGB (Red+Green+Blue) = 39+94+149=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #275E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275E95 is #D8A16A. Grayscale: #535353. Windows color (decimal): -14197099 or 9788967. OLE color: 9788967.
HSL color Cylindrical-coordinate representation of color #275E95: hue angle of 210º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275E95 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 94 | 149 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.42 |
| HSL | 210º | 0.59% | 0.37% | - |
| HSV(B) | 210º | 0.74% | 0.58% | - |
| XYZ | 10.26 | 10.61 | 29.94 | - |
| YUV | 83.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 149 | 0.74 | 0.37 | 0 | 0.42 | 210 | 0.59 | 0.37 |
| Hex | 27 | 5E | 95 | 4A | 25 | 0 | 2A | D2 | 3B | 25 |
| Octal | 47 | 136 | 225 | 112 | 45 | 0 | 52 | 322 | 73 | 45 |
| Binary | 100111 | 1011110 | 10010101 | 1001010 | 100101 | 0 | 101010 | 11010010 | 111011 | 100101 |
Color Harmonies of #275E95
Complementary color
Monochromatic Colors of #275E95
Black with #275E95
Text Example
Text Example
White with #275E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275E95; }
p { color: rgb(39,94,149); }
H1.HeaderClassName
{
color: #275E95;
}
.AnyTagClassName
{
color: #275E95;
}
</style>
background-color css
<style>
a { background-color: #275E95; }
a { background-color: rgb(39,94,149); }
div.DivClassName
{
background-color: #275E95;
}
.BgClassName
{
background-color: #275E95;
}
</style>
border-color css
<style>
span { border-color: #275E95; }
span { border-color: rgb(39,94,149); }
td.TdClassName
{
border-color: #275E95;
}
.TagClassName
{
border-color: #275E95;
}
</style>