Shades of Endeavour #255D9F
Tints of Endeavour #255D9F
RGB
CMYK
RGB Variations
Color information
#255D9F (or 0x255D9F) is known color: Endeavour. HEX triplet: 25, 5D and 9F. RGB value is (37,93,159). Sum of RGB (Red+Green+Blue) = 37+93+159=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #255D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D9F is #DAA260. Grayscale: #535353. Windows color (decimal): -14328417 or 10444069. OLE color: 10444069.
HSL color Cylindrical-coordinate representation of color #255D9F: hue angle of 212.46º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #255D9F is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 93 | 159 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.38 |
| HSL | 212.46º | 0.62% | 0.38% | - |
| HSV(B) | 212.46º | 0.77% | 0.62% | - |
| XYZ | 10.94 | 10.73 | 34.29 | - |
| YUV | 83.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 159 | 0.77 | 0.42 | 0 | 0.38 | 212.46 | 0.62 | 0.38 |
| Hex | 25 | 5D | 9F | 4D | 2A | 0 | 26 | D4 | 3E | 26 |
| Octal | 45 | 135 | 237 | 115 | 52 | 0 | 46 | 324 | 76 | 46 |
| Binary | 100101 | 1011101 | 10011111 | 1001101 | 101010 | 0 | 100110 | 11010100 | 111110 | 100110 |
Color Harmonies of #255D9F
Complementary color
Monochromatic Colors of #255D9F
Black with #255D9F
Text Example
Text Example
White with #255D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D9F; }
p { color: rgb(37,93,159); }
H1.HeaderClassName
{
color: #255D9F;
}
.AnyTagClassName
{
color: #255D9F;
}
</style>
background-color css
<style>
a { background-color: #255D9F; }
a { background-color: rgb(37,93,159); }
div.DivClassName
{
background-color: #255D9F;
}
.BgClassName
{
background-color: #255D9F;
}
</style>
border-color css
<style>
span { border-color: #255D9F; }
span { border-color: rgb(37,93,159); }
td.TdClassName
{
border-color: #255D9F;
}
.TagClassName
{
border-color: #255D9F;
}
</style>