Shades of Endeavour #255E8F
Tints of Endeavour #255E8F
RGB
CMYK
RGB Variations
Color information
#255E8F (or 0x255E8F) is known color: Endeavour. HEX triplet: 25, 5E and 8F. RGB value is (37,94,143). Sum of RGB (Red+Green+Blue) = 37+94+143=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #255E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E8F is #DAA170. Grayscale: #525252. Windows color (decimal): -14328177 or 9395749. OLE color: 9395749.
HSL color Cylindrical-coordinate representation of color #255E8F: hue angle of 207.74º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255E8F is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 94 | 143 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.44 |
| HSL | 207.74º | 0.59% | 0.35% | - |
| HSV(B) | 207.74º | 0.74% | 0.56% | - |
| XYZ | 9.72 | 10.38 | 27.48 | - |
| YUV | 82.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 143 | 0.74 | 0.34 | 0 | 0.44 | 207.74 | 0.59 | 0.35 |
| Hex | 25 | 5E | 8F | 4A | 22 | 0 | 2C | D0 | 3B | 23 |
| Octal | 45 | 136 | 217 | 112 | 42 | 0 | 54 | 320 | 73 | 43 |
| Binary | 100101 | 1011110 | 10001111 | 1001010 | 100010 | 0 | 101100 | 11010000 | 111011 | 100011 |
Color Harmonies of #255E8F
Complementary color
Monochromatic Colors of #255E8F
Black with #255E8F
Text Example
Text Example
White with #255E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E8F; }
p { color: rgb(37,94,143); }
H1.HeaderClassName
{
color: #255E8F;
}
.AnyTagClassName
{
color: #255E8F;
}
</style>
background-color css
<style>
a { background-color: #255E8F; }
a { background-color: rgb(37,94,143); }
div.DivClassName
{
background-color: #255E8F;
}
.BgClassName
{
background-color: #255E8F;
}
</style>
border-color css
<style>
span { border-color: #255E8F; }
span { border-color: rgb(37,94,143); }
td.TdClassName
{
border-color: #255E8F;
}
.TagClassName
{
border-color: #255E8F;
}
</style>