Shades of Endeavour #255D8B
Tints of Endeavour #255D8B
RGB
CMYK
RGB Variations
Color information
#255D8B (or 0x255D8B) is known color: Endeavour. HEX triplet: 25, 5D and 8B. RGB value is (37,93,139). Sum of RGB (Red+Green+Blue) = 37+93+139=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #255D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D8B is #DAA274. Grayscale: #515151. Windows color (decimal): -14328437 or 9133349. OLE color: 9133349.
HSL color Cylindrical-coordinate representation of color #255D8B: hue angle of 207.06º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255D8B is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 93 | 139 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.45 |
| HSL | 207.06º | 0.58% | 0.35% | - |
| HSV(B) | 207.06º | 0.73% | 0.55% | - |
| XYZ | 9.34 | 10.09 | 25.88 | - |
| YUV | 81.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 139 | 0.73 | 0.33 | 0 | 0.45 | 207.06 | 0.58 | 0.35 |
| Hex | 25 | 5D | 8B | 49 | 21 | 0 | 2D | CF | 3A | 23 |
| Octal | 45 | 135 | 213 | 111 | 41 | 0 | 55 | 317 | 72 | 43 |
| Binary | 100101 | 1011101 | 10001011 | 1001001 | 100001 | 0 | 101101 | 11001111 | 111010 | 100011 |
Color Harmonies of #255D8B
Complementary color
Monochromatic Colors of #255D8B
Black with #255D8B
Text Example
Text Example
White with #255D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D8B; }
p { color: rgb(37,93,139); }
H1.HeaderClassName
{
color: #255D8B;
}
.AnyTagClassName
{
color: #255D8B;
}
</style>
background-color css
<style>
a { background-color: #255D8B; }
a { background-color: rgb(37,93,139); }
div.DivClassName
{
background-color: #255D8B;
}
.BgClassName
{
background-color: #255D8B;
}
</style>
border-color css
<style>
span { border-color: #255D8B; }
span { border-color: rgb(37,93,139); }
td.TdClassName
{
border-color: #255D8B;
}
.TagClassName
{
border-color: #255D8B;
}
</style>