Shades of Endeavour #255398
Tints of Endeavour #255398
RGB
CMYK
RGB Variations
Color information
#255398 (or 0x255398) is known color: Endeavour. HEX triplet: 25, 53 and 98. RGB value is (37,83,152). Sum of RGB (Red+Green+Blue) = 37+83+152=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #255398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255398 is #DAAC67. Grayscale: #4C4C4C. Windows color (decimal): -14330984 or 9982757. OLE color: 9982757.
HSL color Cylindrical-coordinate representation of color #255398: hue angle of 216º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255398 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 83 | 152 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.40 |
| HSL | 216º | 0.61% | 0.37% | - |
| HSV(B) | 216º | 0.76% | 0.6% | - |
| XYZ | 9.52 | 8.85 | 30.91 | - |
| YUV | 77.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 152 | 0.76 | 0.45 | 0 | 0.40 | 216 | 0.61 | 0.37 |
| Hex | 25 | 53 | 98 | 4C | 2D | 0 | 28 | D8 | 3D | 25 |
| Octal | 45 | 123 | 230 | 114 | 55 | 0 | 50 | 330 | 75 | 45 |
| Binary | 100101 | 1010011 | 10011000 | 1001100 | 101101 | 0 | 101000 | 11011000 | 111101 | 100101 |
Color Harmonies of #255398
Complementary color
Monochromatic Colors of #255398
Black with #255398
Text Example
Text Example
White with #255398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255398; }
p { color: rgb(37,83,152); }
H1.HeaderClassName
{
color: #255398;
}
.AnyTagClassName
{
color: #255398;
}
</style>
background-color css
<style>
a { background-color: #255398; }
a { background-color: rgb(37,83,152); }
div.DivClassName
{
background-color: #255398;
}
.BgClassName
{
background-color: #255398;
}
</style>
border-color css
<style>
span { border-color: #255398; }
span { border-color: rgb(37,83,152); }
td.TdClassName
{
border-color: #255398;
}
.TagClassName
{
border-color: #255398;
}
</style>