Shades of Endeavour #255395
Tints of Endeavour #255395
RGB
CMYK
RGB Variations
Color information
#255395 (or 0x255395) is known color: Endeavour. HEX triplet: 25, 53 and 95. RGB value is (37,83,149). Sum of RGB (Red+Green+Blue) = 37+83+149=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #255395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255395 is #DAAC6A. Grayscale: #4C4C4C. Windows color (decimal): -14330987 or 9786149. OLE color: 9786149.
HSL color Cylindrical-coordinate representation of color #255395: hue angle of 215.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255395 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 83 | 149 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.42 |
| HSL | 215.36º | 0.6% | 0.36% | - |
| HSV(B) | 215.36º | 0.75% | 0.58% | - |
| XYZ | 9.28 | 8.75 | 29.63 | - |
| YUV | 76.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 149 | 0.75 | 0.44 | 0 | 0.42 | 215.36 | 0.6 | 0.36 |
| Hex | 25 | 53 | 95 | 4B | 2C | 0 | 2A | D7 | 3C | 24 |
| Octal | 45 | 123 | 225 | 113 | 54 | 0 | 52 | 327 | 74 | 44 |
| Binary | 100101 | 1010011 | 10010101 | 1001011 | 101100 | 0 | 101010 | 11010111 | 111100 | 100100 |
Color Harmonies of #255395
Complementary color
Monochromatic Colors of #255395
Black with #255395
Text Example
Text Example
White with #255395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255395; }
p { color: rgb(37,83,149); }
H1.HeaderClassName
{
color: #255395;
}
.AnyTagClassName
{
color: #255395;
}
</style>
background-color css
<style>
a { background-color: #255395; }
a { background-color: rgb(37,83,149); }
div.DivClassName
{
background-color: #255395;
}
.BgClassName
{
background-color: #255395;
}
</style>
border-color css
<style>
span { border-color: #255395; }
span { border-color: rgb(37,83,149); }
td.TdClassName
{
border-color: #255395;
}
.TagClassName
{
border-color: #255395;
}
</style>