Shades of Endeavour #255C95
Tints of Endeavour #255C95
RGB
CMYK
RGB Variations
Color information
#255C95 (or 0x255C95) is known color: Endeavour. HEX triplet: 25, 5C and 95. RGB value is (37,92,149). Sum of RGB (Red+Green+Blue) = 37+92+149=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #255C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C95 is #DAA36A. Grayscale: #515151. Windows color (decimal): -14328683 or 9788453. OLE color: 9788453.
HSL color Cylindrical-coordinate representation of color #255C95: hue angle of 210.54º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255C95 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 92 | 149 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.42 |
| HSL | 210.54º | 0.6% | 0.36% | - |
| HSV(B) | 210.54º | 0.75% | 0.58% | - |
| XYZ | 10.01 | 10.22 | 29.88 | - |
| YUV | 82.05 | 165.78 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 149 | 0.75 | 0.38 | 0 | 0.42 | 210.54 | 0.6 | 0.36 |
| Hex | 25 | 5C | 95 | 4B | 26 | 0 | 2A | D3 | 3C | 24 |
| Octal | 45 | 134 | 225 | 113 | 46 | 0 | 52 | 323 | 74 | 44 |
| Binary | 100101 | 1011100 | 10010101 | 1001011 | 100110 | 0 | 101010 | 11010011 | 111100 | 100100 |
Color Harmonies of #255C95
Complementary color
Monochromatic Colors of #255C95
Black with #255C95
Text Example
Text Example
White with #255C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C95; }
p { color: rgb(37,92,149); }
H1.HeaderClassName
{
color: #255C95;
}
.AnyTagClassName
{
color: #255C95;
}
</style>
background-color css
<style>
a { background-color: #255C95; }
a { background-color: rgb(37,92,149); }
div.DivClassName
{
background-color: #255C95;
}
.BgClassName
{
background-color: #255C95;
}
</style>
border-color css
<style>
span { border-color: #255C95; }
span { border-color: rgb(37,92,149); }
td.TdClassName
{
border-color: #255C95;
}
.TagClassName
{
border-color: #255C95;
}
</style>