Shades of Endeavour #255C9F
Tints of Endeavour #255C9F
RGB
CMYK
RGB Variations
Color information
#255C9F (or 0x255C9F) is known color: Endeavour. HEX triplet: 25, 5C and 9F. RGB value is (37,92,159). Sum of RGB (Red+Green+Blue) = 37+92+159=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #255C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C9F is #DAA360. Grayscale: #525252. Windows color (decimal): -14328673 or 10443813. OLE color: 10443813.
HSL color Cylindrical-coordinate representation of color #255C9F: hue angle of 212.95º 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 #255C9F is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 92 | 159 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.38 |
| HSL | 212.95º | 0.62% | 0.38% | - |
| HSV(B) | 212.95º | 0.77% | 0.62% | - |
| XYZ | 10.85 | 10.55 | 34.27 | - |
| YUV | 83.19 | 170.78 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 159 | 0.77 | 0.42 | 0 | 0.38 | 212.95 | 0.62 | 0.38 |
| Hex | 25 | 5C | 9F | 4D | 2A | 0 | 26 | D5 | 3E | 26 |
| Octal | 45 | 134 | 237 | 115 | 52 | 0 | 46 | 325 | 76 | 46 |
| Binary | 100101 | 1011100 | 10011111 | 1001101 | 101010 | 0 | 100110 | 11010101 | 111110 | 100110 |
Color Harmonies of #255C9F
Complementary color
Monochromatic Colors of #255C9F
Black with #255C9F
Text Example
Text Example
White with #255C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C9F; }
p { color: rgb(37,92,159); }
H1.HeaderClassName
{
color: #255C9F;
}
.AnyTagClassName
{
color: #255C9F;
}
</style>
background-color css
<style>
a { background-color: #255C9F; }
a { background-color: rgb(37,92,159); }
div.DivClassName
{
background-color: #255C9F;
}
.BgClassName
{
background-color: #255C9F;
}
</style>
border-color css
<style>
span { border-color: #255C9F; }
span { border-color: rgb(37,92,159); }
td.TdClassName
{
border-color: #255C9F;
}
.TagClassName
{
border-color: #255C9F;
}
</style>