Shades of Endeavour #255294
Tints of Endeavour #255294
RGB
CMYK
RGB Variations
Color information
#255294 (or 0x255294) is known color: Endeavour. HEX triplet: 25, 52 and 94. RGB value is (37,82,148). Sum of RGB (Red+Green+Blue) = 37+82+148=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #255294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255294 is #DAAD6B. Grayscale: #4B4B4B. Windows color (decimal): -14331244 or 9720357. OLE color: 9720357.
HSL color Cylindrical-coordinate representation of color #255294: hue angle of 215.68º 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 #255294 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 82 | 148 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.42 |
| HSL | 215.68º | 0.6% | 0.36% | - |
| HSV(B) | 215.68º | 0.75% | 0.58% | - |
| XYZ | 9.13 | 8.57 | 29.19 | - |
| YUV | 76.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 148 | 0.75 | 0.45 | 0 | 0.42 | 215.68 | 0.6 | 0.36 |
| Hex | 25 | 52 | 94 | 4B | 2D | 0 | 2A | D8 | 3C | 24 |
| Octal | 45 | 122 | 224 | 113 | 55 | 0 | 52 | 330 | 74 | 44 |
| Binary | 100101 | 1010010 | 10010100 | 1001011 | 101101 | 0 | 101010 | 11011000 | 111100 | 100100 |
Color Harmonies of #255294
Complementary color
Monochromatic Colors of #255294
Black with #255294
Text Example
Text Example
White with #255294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255294; }
p { color: rgb(37,82,148); }
H1.HeaderClassName
{
color: #255294;
}
.AnyTagClassName
{
color: #255294;
}
</style>
background-color css
<style>
a { background-color: #255294; }
a { background-color: rgb(37,82,148); }
div.DivClassName
{
background-color: #255294;
}
.BgClassName
{
background-color: #255294;
}
</style>
border-color css
<style>
span { border-color: #255294; }
span { border-color: rgb(37,82,148); }
td.TdClassName
{
border-color: #255294;
}
.TagClassName
{
border-color: #255294;
}
</style>