Shades of Endeavour #255C8B
Tints of Endeavour #255C8B
RGB
CMYK
RGB Variations
Color information
#255C8B (or 0x255C8B) is known color: Endeavour. HEX triplet: 25, 5C and 8B. RGB value is (37,92,139). Sum of RGB (Red+Green+Blue) = 37+92+139=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #255C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C8B is #DAA374. Grayscale: #505050. Windows color (decimal): -14328693 or 9133093. OLE color: 9133093.
HSL color Cylindrical-coordinate representation of color #255C8B: hue angle of 207.65º 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 #255C8B is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 92 | 139 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.45 |
| HSL | 207.65º | 0.58% | 0.35% | - |
| HSV(B) | 207.65º | 0.73% | 0.55% | - |
| XYZ | 9.25 | 9.91 | 25.85 | - |
| YUV | 80.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 139 | 0.73 | 0.34 | 0 | 0.45 | 207.65 | 0.58 | 0.35 |
| Hex | 25 | 5C | 8B | 49 | 22 | 0 | 2D | D0 | 3A | 23 |
| Octal | 45 | 134 | 213 | 111 | 42 | 0 | 55 | 320 | 72 | 43 |
| Binary | 100101 | 1011100 | 10001011 | 1001001 | 100010 | 0 | 101101 | 11010000 | 111010 | 100011 |
Color Harmonies of #255C8B
Complementary color
Monochromatic Colors of #255C8B
Black with #255C8B
Text Example
Text Example
White with #255C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C8B; }
p { color: rgb(37,92,139); }
H1.HeaderClassName
{
color: #255C8B;
}
.AnyTagClassName
{
color: #255C8B;
}
</style>
background-color css
<style>
a { background-color: #255C8B; }
a { background-color: rgb(37,92,139); }
div.DivClassName
{
background-color: #255C8B;
}
.BgClassName
{
background-color: #255C8B;
}
</style>
border-color css
<style>
span { border-color: #255C8B; }
span { border-color: rgb(37,92,139); }
td.TdClassName
{
border-color: #255C8B;
}
.TagClassName
{
border-color: #255C8B;
}
</style>