Shades of Endeavour #255C99
Tints of Endeavour #255C99
RGB
CMYK
RGB Variations
Color information
#255C99 (or 0x255C99) is known color: Endeavour. HEX triplet: 25, 5C and 99. RGB value is (37,92,153). Sum of RGB (Red+Green+Blue) = 37+92+153=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #255C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C99 is #DAA366. Grayscale: #525252. Windows color (decimal): -14328679 or 10050597. OLE color: 10050597.
HSL color Cylindrical-coordinate representation of color #255C99: hue angle of 211.55º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255C99 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 92 | 153 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.4 |
| HSL | 211.55º | 0.61% | 0.37% | - |
| HSV(B) | 211.55º | 0.76% | 0.6% | - |
| XYZ | 10.34 | 10.35 | 31.59 | - |
| YUV | 82.51 | 167.78 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 153 | 0.76 | 0.40 | 0 | 0.4 | 211.55 | 0.61 | 0.37 |
| Hex | 25 | 5C | 99 | 4C | 28 | 0 | 28 | D4 | 3D | 25 |
| Octal | 45 | 134 | 231 | 114 | 50 | 0 | 50 | 324 | 75 | 45 |
| Binary | 100101 | 1011100 | 10011001 | 1001100 | 101000 | 0 | 101000 | 11010100 | 111101 | 100101 |
Color Harmonies of #255C99
Complementary color
Monochromatic Colors of #255C99
Black with #255C99
Text Example
Text Example
White with #255C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C99; }
p { color: rgb(37,92,153); }
H1.HeaderClassName
{
color: #255C99;
}
.AnyTagClassName
{
color: #255C99;
}
</style>
background-color css
<style>
a { background-color: #255C99; }
a { background-color: rgb(37,92,153); }
div.DivClassName
{
background-color: #255C99;
}
.BgClassName
{
background-color: #255C99;
}
</style>
border-color css
<style>
span { border-color: #255C99; }
span { border-color: rgb(37,92,153); }
td.TdClassName
{
border-color: #255C99;
}
.TagClassName
{
border-color: #255C99;
}
</style>