Shades of Endeavour #255E9C
Tints of Endeavour #255E9C
RGB
CMYK
RGB Variations
Color information
#255E9C (or 0x255E9C) is known color: Endeavour. HEX triplet: 25, 5E and 9C. RGB value is (37,94,156). Sum of RGB (Red+Green+Blue) = 37+94+156=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #255E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E9C is #DAA163. Grayscale: #535353. Windows color (decimal): -14328164 or 10247717. OLE color: 10247717.
HSL color Cylindrical-coordinate representation of color #255E9C: hue angle of 211.26º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255E9C is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 94 | 156 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.39 |
| HSL | 211.26º | 0.62% | 0.38% | - |
| HSV(B) | 211.26º | 0.76% | 0.61% | - |
| XYZ | 10.77 | 10.8 | 32.97 | - |
| YUV | 84.03 | 168.62 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 156 | 0.76 | 0.40 | 0 | 0.39 | 211.26 | 0.62 | 0.38 |
| Hex | 25 | 5E | 9C | 4C | 28 | 0 | 27 | D3 | 3E | 26 |
| Octal | 45 | 136 | 234 | 114 | 50 | 0 | 47 | 323 | 76 | 46 |
| Binary | 100101 | 1011110 | 10011100 | 1001100 | 101000 | 0 | 100111 | 11010011 | 111110 | 100110 |
Color Harmonies of #255E9C
Complementary color
Monochromatic Colors of #255E9C
Black with #255E9C
Text Example
Text Example
White with #255E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E9C; }
p { color: rgb(37,94,156); }
H1.HeaderClassName
{
color: #255E9C;
}
.AnyTagClassName
{
color: #255E9C;
}
</style>
background-color css
<style>
a { background-color: #255E9C; }
a { background-color: rgb(37,94,156); }
div.DivClassName
{
background-color: #255E9C;
}
.BgClassName
{
background-color: #255E9C;
}
</style>
border-color css
<style>
span { border-color: #255E9C; }
span { border-color: rgb(37,94,156); }
td.TdClassName
{
border-color: #255E9C;
}
.TagClassName
{
border-color: #255E9C;
}
</style>