Shades of Endeavour #255B99
Tints of Endeavour #255B99
RGB
CMYK
RGB Variations
Color information
#255B99 (or 0x255B99) is known color: Endeavour. HEX triplet: 25, 5B and 99. RGB value is (37,91,153). Sum of RGB (Red+Green+Blue) = 37+91+153=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #255B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B99 is #DAA466. Grayscale: #515151. Windows color (decimal): -14328935 or 10050341. OLE color: 10050341.
HSL color Cylindrical-coordinate representation of color #255B99: hue angle of 212.07º 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 #255B99 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 91 | 153 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.4 |
| HSL | 212.07º | 0.61% | 0.37% | - |
| HSV(B) | 212.07º | 0.76% | 0.6% | - |
| XYZ | 10.25 | 10.18 | 31.56 | - |
| YUV | 81.92 | 168.11 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 153 | 0.76 | 0.41 | 0 | 0.4 | 212.07 | 0.61 | 0.37 |
| Hex | 25 | 5B | 99 | 4C | 29 | 0 | 28 | D4 | 3D | 25 |
| Octal | 45 | 133 | 231 | 114 | 51 | 0 | 50 | 324 | 75 | 45 |
| Binary | 100101 | 1011011 | 10011001 | 1001100 | 101001 | 0 | 101000 | 11010100 | 111101 | 100101 |
Color Harmonies of #255B99
Complementary color
Monochromatic Colors of #255B99
Black with #255B99
Text Example
Text Example
White with #255B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B99; }
p { color: rgb(37,91,153); }
H1.HeaderClassName
{
color: #255B99;
}
.AnyTagClassName
{
color: #255B99;
}
</style>
background-color css
<style>
a { background-color: #255B99; }
a { background-color: rgb(37,91,153); }
div.DivClassName
{
background-color: #255B99;
}
.BgClassName
{
background-color: #255B99;
}
</style>
border-color css
<style>
span { border-color: #255B99; }
span { border-color: rgb(37,91,153); }
td.TdClassName
{
border-color: #255B99;
}
.TagClassName
{
border-color: #255B99;
}
</style>