Shades of Endeavour #275B98
Tints of Endeavour #275B98
RGB
CMYK
RGB Variations
Color information
#275B98 (or 0x275B98) is known color: Endeavour. HEX triplet: 27, 5B and 98. RGB value is (39,91,152). Sum of RGB (Red+Green+Blue) = 39+91+152=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #275B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B98 is #D8A467. Grayscale: #525252. Windows color (decimal): -14197864 or 9984807. OLE color: 9984807.
HSL color Cylindrical-coordinate representation of color #275B98: hue angle of 212.39º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275B98 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 91 | 152 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.40 |
| HSL | 212.39º | 0.59% | 0.37% | - |
| HSV(B) | 212.39º | 0.74% | 0.6% | - |
| XYZ | 10.25 | 10.18 | 31.13 | - |
| YUV | 82.41 | 167.27 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 152 | 0.74 | 0.40 | 0 | 0.40 | 212.39 | 0.59 | 0.37 |
| Hex | 27 | 5B | 98 | 4A | 28 | 0 | 28 | D4 | 3B | 25 |
| Octal | 47 | 133 | 230 | 112 | 50 | 0 | 50 | 324 | 73 | 45 |
| Binary | 100111 | 1011011 | 10011000 | 1001010 | 101000 | 0 | 101000 | 11010100 | 111011 | 100101 |
Color Harmonies of #275B98
Complementary color
Monochromatic Colors of #275B98
Black with #275B98
Text Example
Text Example
White with #275B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B98; }
p { color: rgb(39,91,152); }
H1.HeaderClassName
{
color: #275B98;
}
.AnyTagClassName
{
color: #275B98;
}
</style>
background-color css
<style>
a { background-color: #275B98; }
a { background-color: rgb(39,91,152); }
div.DivClassName
{
background-color: #275B98;
}
.BgClassName
{
background-color: #275B98;
}
</style>
border-color css
<style>
span { border-color: #275B98; }
span { border-color: rgb(39,91,152); }
td.TdClassName
{
border-color: #275B98;
}
.TagClassName
{
border-color: #275B98;
}
</style>