Shades of Endeavour #255C96
Tints of Endeavour #255C96
RGB
CMYK
RGB Variations
Color information
#255C96 (or 0x255C96) is known color: Endeavour. HEX triplet: 25, 5C and 96. RGB value is (37,92,150). Sum of RGB (Red+Green+Blue) = 37+92+150=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #255C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C96 is #DAA369. Grayscale: #515151. Windows color (decimal): -14328682 or 9853989. OLE color: 9853989.
HSL color Cylindrical-coordinate representation of color #255C96: hue angle of 210.8º 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 #255C96 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 92 | 150 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.41 |
| HSL | 210.8º | 0.6% | 0.37% | - |
| HSV(B) | 210.8º | 0.75% | 0.59% | - |
| XYZ | 10.1 | 10.25 | 30.3 | - |
| YUV | 82.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 150 | 0.75 | 0.39 | 0 | 0.41 | 210.8 | 0.6 | 0.37 |
| Hex | 25 | 5C | 96 | 4B | 27 | 0 | 29 | D3 | 3C | 25 |
| Octal | 45 | 134 | 226 | 113 | 47 | 0 | 51 | 323 | 74 | 45 |
| Binary | 100101 | 1011100 | 10010110 | 1001011 | 100111 | 0 | 101001 | 11010011 | 111100 | 100101 |
Color Harmonies of #255C96
Complementary color
Monochromatic Colors of #255C96
Black with #255C96
Text Example
Text Example
White with #255C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C96; }
p { color: rgb(37,92,150); }
H1.HeaderClassName
{
color: #255C96;
}
.AnyTagClassName
{
color: #255C96;
}
</style>
background-color css
<style>
a { background-color: #255C96; }
a { background-color: rgb(37,92,150); }
div.DivClassName
{
background-color: #255C96;
}
.BgClassName
{
background-color: #255C96;
}
</style>
border-color css
<style>
span { border-color: #255C96; }
span { border-color: rgb(37,92,150); }
td.TdClassName
{
border-color: #255C96;
}
.TagClassName
{
border-color: #255C96;
}
</style>