Shades of Endeavour #255D8A
Tints of Endeavour #255D8A
RGB
CMYK
RGB Variations
Color information
#255D8A (or 0x255D8A) is known color: Endeavour. HEX triplet: 25, 5D and 8A. RGB value is (37,93,138). Sum of RGB (Red+Green+Blue) = 37+93+138=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #255D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D8A is #DAA275. Grayscale: #515151. Windows color (decimal): -14328438 or 9067813. OLE color: 9067813.
HSL color Cylindrical-coordinate representation of color #255D8A: hue angle of 206.73º 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 #255D8A is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 93 | 138 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.46 |
| HSL | 206.73º | 0.58% | 0.34% | - |
| HSV(B) | 206.73º | 0.73% | 0.54% | - |
| XYZ | 9.26 | 10.06 | 25.5 | - |
| YUV | 81.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 138 | 0.73 | 0.33 | 0 | 0.46 | 206.73 | 0.58 | 0.34 |
| Hex | 25 | 5D | 8A | 49 | 21 | 0 | 2E | CF | 3A | 22 |
| Octal | 45 | 135 | 212 | 111 | 41 | 0 | 56 | 317 | 72 | 42 |
| Binary | 100101 | 1011101 | 10001010 | 1001001 | 100001 | 0 | 101110 | 11001111 | 111010 | 100010 |
Color Harmonies of #255D8A
Complementary color
Monochromatic Colors of #255D8A
Black with #255D8A
Text Example
Text Example
White with #255D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D8A; }
p { color: rgb(37,93,138); }
H1.HeaderClassName
{
color: #255D8A;
}
.AnyTagClassName
{
color: #255D8A;
}
</style>
background-color css
<style>
a { background-color: #255D8A; }
a { background-color: rgb(37,93,138); }
div.DivClassName
{
background-color: #255D8A;
}
.BgClassName
{
background-color: #255D8A;
}
</style>
border-color css
<style>
span { border-color: #255D8A; }
span { border-color: rgb(37,93,138); }
td.TdClassName
{
border-color: #255D8A;
}
.TagClassName
{
border-color: #255D8A;
}
</style>