Shades of Endeavour #255394
Tints of Endeavour #255394
RGB
CMYK
RGB Variations
Color information
#255394 (or 0x255394) is known color: Endeavour. HEX triplet: 25, 53 and 94. RGB value is (37,83,148). Sum of RGB (Red+Green+Blue) = 37+83+148=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #255394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255394 is #DAAC6B. Grayscale: #4C4C4C. Windows color (decimal): -14330988 or 9720613. OLE color: 9720613.
HSL color Cylindrical-coordinate representation of color #255394: hue angle of 215.14º 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 #255394 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 83 | 148 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.42 |
| HSL | 215.14º | 0.6% | 0.36% | - |
| HSV(B) | 215.14º | 0.75% | 0.58% | - |
| XYZ | 9.2 | 8.72 | 29.21 | - |
| YUV | 76.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 148 | 0.75 | 0.44 | 0 | 0.42 | 215.14 | 0.6 | 0.36 |
| Hex | 25 | 53 | 94 | 4B | 2C | 0 | 2A | D7 | 3C | 24 |
| Octal | 45 | 123 | 224 | 113 | 54 | 0 | 52 | 327 | 74 | 44 |
| Binary | 100101 | 1010011 | 10010100 | 1001011 | 101100 | 0 | 101010 | 11010111 | 111100 | 100100 |
Color Harmonies of #255394
Complementary color
Monochromatic Colors of #255394
Black with #255394
Text Example
Text Example
White with #255394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255394; }
p { color: rgb(37,83,148); }
H1.HeaderClassName
{
color: #255394;
}
.AnyTagClassName
{
color: #255394;
}
</style>
background-color css
<style>
a { background-color: #255394; }
a { background-color: rgb(37,83,148); }
div.DivClassName
{
background-color: #255394;
}
.BgClassName
{
background-color: #255394;
}
</style>
border-color css
<style>
span { border-color: #255394; }
span { border-color: rgb(37,83,148); }
td.TdClassName
{
border-color: #255394;
}
.TagClassName
{
border-color: #255394;
}
</style>