Shades of Endeavour #255C94
Tints of Endeavour #255C94
RGB
CMYK
RGB Variations
Color information
#255C94 (or 0x255C94) is known color: Endeavour. HEX triplet: 25, 5C and 94. RGB value is (37,92,148). Sum of RGB (Red+Green+Blue) = 37+92+148=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #255C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C94 is #DAA36B. Grayscale: #515151. Windows color (decimal): -14328684 or 9722917. OLE color: 9722917.
HSL color Cylindrical-coordinate representation of color #255C94: hue angle of 210.27º 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 #255C94 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 92 | 148 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.42 |
| HSL | 210.27º | 0.6% | 0.36% | - |
| HSV(B) | 210.27º | 0.75% | 0.58% | - |
| XYZ | 9.94 | 10.19 | 29.46 | - |
| YUV | 81.94 | 165.28 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 148 | 0.75 | 0.38 | 0 | 0.42 | 210.27 | 0.6 | 0.36 |
| Hex | 25 | 5C | 94 | 4B | 26 | 0 | 2A | D2 | 3C | 24 |
| Octal | 45 | 134 | 224 | 113 | 46 | 0 | 52 | 322 | 74 | 44 |
| Binary | 100101 | 1011100 | 10010100 | 1001011 | 100110 | 0 | 101010 | 11010010 | 111100 | 100100 |
Color Harmonies of #255C94
Complementary color
Monochromatic Colors of #255C94
Black with #255C94
Text Example
Text Example
White with #255C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C94; }
p { color: rgb(37,92,148); }
H1.HeaderClassName
{
color: #255C94;
}
.AnyTagClassName
{
color: #255C94;
}
</style>
background-color css
<style>
a { background-color: #255C94; }
a { background-color: rgb(37,92,148); }
div.DivClassName
{
background-color: #255C94;
}
.BgClassName
{
background-color: #255C94;
}
</style>
border-color css
<style>
span { border-color: #255C94; }
span { border-color: rgb(37,92,148); }
td.TdClassName
{
border-color: #255C94;
}
.TagClassName
{
border-color: #255C94;
}
</style>