Shades of Endeavour #255392
Tints of Endeavour #255392
RGB
CMYK
RGB Variations
Color information
#255392 (or 0x255392) is known color: Endeavour. HEX triplet: 25, 53 and 92. RGB value is (37,83,146). Sum of RGB (Red+Green+Blue) = 37+83+146=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #255392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255392 is #DAAC6D. Grayscale: #4C4C4C. Windows color (decimal): -14330990 or 9589541. OLE color: 9589541.
HSL color Cylindrical-coordinate representation of color #255392: hue angle of 214.68º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255392 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 83 | 146 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.43 |
| HSL | 214.68º | 0.6% | 0.36% | - |
| HSV(B) | 214.68º | 0.75% | 0.57% | - |
| XYZ | 9.04 | 8.66 | 28.39 | - |
| YUV | 76.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 146 | 0.75 | 0.43 | 0 | 0.43 | 214.68 | 0.6 | 0.36 |
| Hex | 25 | 53 | 92 | 4B | 2B | 0 | 2B | D7 | 3C | 24 |
| Octal | 45 | 123 | 222 | 113 | 53 | 0 | 53 | 327 | 74 | 44 |
| Binary | 100101 | 1010011 | 10010010 | 1001011 | 101011 | 0 | 101011 | 11010111 | 111100 | 100100 |
Color Harmonies of #255392
Complementary color
Monochromatic Colors of #255392
Black with #255392
Text Example
Text Example
White with #255392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255392; }
p { color: rgb(37,83,146); }
H1.HeaderClassName
{
color: #255392;
}
.AnyTagClassName
{
color: #255392;
}
</style>
background-color css
<style>
a { background-color: #255392; }
a { background-color: rgb(37,83,146); }
div.DivClassName
{
background-color: #255392;
}
.BgClassName
{
background-color: #255392;
}
</style>
border-color css
<style>
span { border-color: #255392; }
span { border-color: rgb(37,83,146); }
td.TdClassName
{
border-color: #255392;
}
.TagClassName
{
border-color: #255392;
}
</style>