Shades of Endeavour #255D96
Tints of Endeavour #255D96
RGB
CMYK
RGB Variations
Color information
#255D96 (or 0x255D96) is known color: Endeavour. HEX triplet: 25, 5D and 96. RGB value is (37,93,150). Sum of RGB (Red+Green+Blue) = 37+93+150=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #255D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D96 is #DAA269. Grayscale: #525252. Windows color (decimal): -14328426 or 9854245. OLE color: 9854245.
HSL color Cylindrical-coordinate representation of color #255D96: hue angle of 210.27º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255D96 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 93 | 150 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.41 |
| HSL | 210.27º | 0.6% | 0.37% | - |
| HSV(B) | 210.27º | 0.75% | 0.59% | - |
| XYZ | 10.18 | 10.42 | 30.33 | - |
| YUV | 82.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 150 | 0.75 | 0.38 | 0 | 0.41 | 210.27 | 0.6 | 0.37 |
| Hex | 25 | 5D | 96 | 4B | 26 | 0 | 29 | D2 | 3C | 25 |
| Octal | 45 | 135 | 226 | 113 | 46 | 0 | 51 | 322 | 74 | 45 |
| Binary | 100101 | 1011101 | 10010110 | 1001011 | 100110 | 0 | 101001 | 11010010 | 111100 | 100101 |
Color Harmonies of #255D96
Complementary color
Monochromatic Colors of #255D96
Black with #255D96
Text Example
Text Example
White with #255D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D96; }
p { color: rgb(37,93,150); }
H1.HeaderClassName
{
color: #255D96;
}
.AnyTagClassName
{
color: #255D96;
}
</style>
background-color css
<style>
a { background-color: #255D96; }
a { background-color: rgb(37,93,150); }
div.DivClassName
{
background-color: #255D96;
}
.BgClassName
{
background-color: #255D96;
}
</style>
border-color css
<style>
span { border-color: #255D96; }
span { border-color: rgb(37,93,150); }
td.TdClassName
{
border-color: #255D96;
}
.TagClassName
{
border-color: #255D96;
}
</style>