Shades of Endeavour #255C8F
Tints of Endeavour #255C8F
RGB
CMYK
RGB Variations
Color information
#255C8F (or 0x255C8F) is known color: Endeavour. HEX triplet: 25, 5C and 8F. RGB value is (37,92,143). Sum of RGB (Red+Green+Blue) = 37+92+143=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #255C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C8F is #DAA370. Grayscale: #515151. Windows color (decimal): -14328689 or 9395237. OLE color: 9395237.
HSL color Cylindrical-coordinate representation of color #255C8F: hue angle of 208.87º 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 #255C8F is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 92 | 143 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.44 |
| HSL | 208.87º | 0.59% | 0.35% | - |
| HSV(B) | 208.87º | 0.74% | 0.56% | - |
| XYZ | 9.55 | 10.03 | 27.42 | - |
| YUV | 81.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 143 | 0.74 | 0.36 | 0 | 0.44 | 208.87 | 0.59 | 0.35 |
| Hex | 25 | 5C | 8F | 4A | 24 | 0 | 2C | D1 | 3B | 23 |
| Octal | 45 | 134 | 217 | 112 | 44 | 0 | 54 | 321 | 73 | 43 |
| Binary | 100101 | 1011100 | 10001111 | 1001010 | 100100 | 0 | 101100 | 11010001 | 111011 | 100011 |
Color Harmonies of #255C8F
Complementary color
Monochromatic Colors of #255C8F
Black with #255C8F
Text Example
Text Example
White with #255C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C8F; }
p { color: rgb(37,92,143); }
H1.HeaderClassName
{
color: #255C8F;
}
.AnyTagClassName
{
color: #255C8F;
}
</style>
background-color css
<style>
a { background-color: #255C8F; }
a { background-color: rgb(37,92,143); }
div.DivClassName
{
background-color: #255C8F;
}
.BgClassName
{
background-color: #255C8F;
}
</style>
border-color css
<style>
span { border-color: #255C8F; }
span { border-color: rgb(37,92,143); }
td.TdClassName
{
border-color: #255C8F;
}
.TagClassName
{
border-color: #255C8F;
}
</style>