Shades of Endeavour #255C9D
Tints of Endeavour #255C9D
RGB
CMYK
RGB Variations
Color information
#255C9D (or 0x255C9D) is known color: Endeavour. HEX triplet: 25, 5C and 9D. RGB value is (37,92,157). Sum of RGB (Red+Green+Blue) = 37+92+157=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #255C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C9D is #DAA362. Grayscale: #525252. Windows color (decimal): -14328675 or 10312741. OLE color: 10312741.
HSL color Cylindrical-coordinate representation of color #255C9D: hue angle of 212.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255C9D is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 92 | 157 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.38 |
| HSL | 212.5º | 0.62% | 0.38% | - |
| HSV(B) | 212.5º | 0.76% | 0.62% | - |
| XYZ | 10.68 | 10.48 | 33.36 | - |
| YUV | 82.97 | 169.78 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 157 | 0.76 | 0.41 | 0 | 0.38 | 212.5 | 0.62 | 0.38 |
| Hex | 25 | 5C | 9D | 4C | 29 | 0 | 26 | D4 | 3E | 26 |
| Octal | 45 | 134 | 235 | 114 | 51 | 0 | 46 | 324 | 76 | 46 |
| Binary | 100101 | 1011100 | 10011101 | 1001100 | 101001 | 0 | 100110 | 11010100 | 111110 | 100110 |
Color Harmonies of #255C9D
Complementary color
Monochromatic Colors of #255C9D
Black with #255C9D
Text Example
Text Example
White with #255C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C9D; }
p { color: rgb(37,92,157); }
H1.HeaderClassName
{
color: #255C9D;
}
.AnyTagClassName
{
color: #255C9D;
}
</style>
background-color css
<style>
a { background-color: #255C9D; }
a { background-color: rgb(37,92,157); }
div.DivClassName
{
background-color: #255C9D;
}
.BgClassName
{
background-color: #255C9D;
}
</style>
border-color css
<style>
span { border-color: #255C9D; }
span { border-color: rgb(37,92,157); }
td.TdClassName
{
border-color: #255C9D;
}
.TagClassName
{
border-color: #255C9D;
}
</style>