Shades of Endeavour #255D8F
Tints of Endeavour #255D8F
RGB
CMYK
RGB Variations
Color information
#255D8F (or 0x255D8F) is known color: Endeavour. HEX triplet: 25, 5D and 8F. RGB value is (37,93,143). Sum of RGB (Red+Green+Blue) = 37+93+143=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #255D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D8F is #DAA270. Grayscale: #515151. Windows color (decimal): -14328433 or 9395493. OLE color: 9395493.
HSL color Cylindrical-coordinate representation of color #255D8F: hue angle of 208.3º 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 #255D8F is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 93 | 143 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.44 |
| HSL | 208.3º | 0.59% | 0.35% | - |
| HSV(B) | 208.3º | 0.74% | 0.56% | - |
| XYZ | 9.64 | 10.21 | 27.45 | - |
| YUV | 81.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 143 | 0.74 | 0.35 | 0 | 0.44 | 208.3 | 0.59 | 0.35 |
| Hex | 25 | 5D | 8F | 4A | 23 | 0 | 2C | D0 | 3B | 23 |
| Octal | 45 | 135 | 217 | 112 | 43 | 0 | 54 | 320 | 73 | 43 |
| Binary | 100101 | 1011101 | 10001111 | 1001010 | 100011 | 0 | 101100 | 11010000 | 111011 | 100011 |
Color Harmonies of #255D8F
Complementary color
Monochromatic Colors of #255D8F
Black with #255D8F
Text Example
Text Example
White with #255D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D8F; }
p { color: rgb(37,93,143); }
H1.HeaderClassName
{
color: #255D8F;
}
.AnyTagClassName
{
color: #255D8F;
}
</style>
background-color css
<style>
a { background-color: #255D8F; }
a { background-color: rgb(37,93,143); }
div.DivClassName
{
background-color: #255D8F;
}
.BgClassName
{
background-color: #255D8F;
}
</style>
border-color css
<style>
span { border-color: #255D8F; }
span { border-color: rgb(37,93,143); }
td.TdClassName
{
border-color: #255D8F;
}
.TagClassName
{
border-color: #255D8F;
}
</style>