Shades of Endeavour #255C8A
Tints of Endeavour #255C8A
RGB
CMYK
RGB Variations
Color information
#255C8A (or 0x255C8A) is known color: Endeavour. HEX triplet: 25, 5C and 8A. RGB value is (37,92,138). Sum of RGB (Red+Green+Blue) = 37+92+138=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #255C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C8A is #DAA375. Grayscale: #505050. Windows color (decimal): -14328694 or 9067557. OLE color: 9067557.
HSL color Cylindrical-coordinate representation of color #255C8A: hue angle of 207.33º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255C8A is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 92 | 138 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.46 |
| HSL | 207.33º | 0.58% | 0.34% | - |
| HSV(B) | 207.33º | 0.73% | 0.54% | - |
| XYZ | 9.18 | 9.88 | 25.47 | - |
| YUV | 80.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 138 | 0.73 | 0.33 | 0 | 0.46 | 207.33 | 0.58 | 0.34 |
| Hex | 25 | 5C | 8A | 49 | 21 | 0 | 2E | CF | 3A | 22 |
| Octal | 45 | 134 | 212 | 111 | 41 | 0 | 56 | 317 | 72 | 42 |
| Binary | 100101 | 1011100 | 10001010 | 1001001 | 100001 | 0 | 101110 | 11001111 | 111010 | 100010 |
Color Harmonies of #255C8A
Complementary color
Monochromatic Colors of #255C8A
Black with #255C8A
Text Example
Text Example
White with #255C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C8A; }
p { color: rgb(37,92,138); }
H1.HeaderClassName
{
color: #255C8A;
}
.AnyTagClassName
{
color: #255C8A;
}
</style>
background-color css
<style>
a { background-color: #255C8A; }
a { background-color: rgb(37,92,138); }
div.DivClassName
{
background-color: #255C8A;
}
.BgClassName
{
background-color: #255C8A;
}
</style>
border-color css
<style>
span { border-color: #255C8A; }
span { border-color: rgb(37,92,138); }
td.TdClassName
{
border-color: #255C8A;
}
.TagClassName
{
border-color: #255C8A;
}
</style>