Shades of Endeavour #255183
Tints of Endeavour #255183
RGB
CMYK
RGB Variations
Color information
#255183 (or 0x255183) is known color: Endeavour. HEX triplet: 25, 51 and 83. RGB value is (37,81,131). Sum of RGB (Red+Green+Blue) = 37+81+131=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #255183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255183 is #DAAE7C. Grayscale: #494949. Windows color (decimal): -14331517 or 8605989. OLE color: 8605989.
HSL color Cylindrical-coordinate representation of color #255183: hue angle of 211.91º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255183 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 81 | 131 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.49 |
| HSL | 211.91º | 0.56% | 0.33% | - |
| HSV(B) | 211.91º | 0.72% | 0.51% | - |
| XYZ | 7.8 | 7.92 | 22.59 | - |
| YUV | 73.54 | 160.42 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 131 | 0.72 | 0.38 | 0 | 0.49 | 211.91 | 0.56 | 0.33 |
| Hex | 25 | 51 | 83 | 48 | 26 | 0 | 31 | D4 | 38 | 21 |
| Octal | 45 | 121 | 203 | 110 | 46 | 0 | 61 | 324 | 70 | 41 |
| Binary | 100101 | 1010001 | 10000011 | 1001000 | 100110 | 0 | 110001 | 11010100 | 111000 | 100001 |
Color Harmonies of #255183
Complementary color
Monochromatic Colors of #255183
Black with #255183
Text Example
Text Example
White with #255183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255183; }
p { color: rgb(37,81,131); }
H1.HeaderClassName
{
color: #255183;
}
.AnyTagClassName
{
color: #255183;
}
</style>
background-color css
<style>
a { background-color: #255183; }
a { background-color: rgb(37,81,131); }
div.DivClassName
{
background-color: #255183;
}
.BgClassName
{
background-color: #255183;
}
</style>
border-color css
<style>
span { border-color: #255183; }
span { border-color: rgb(37,81,131); }
td.TdClassName
{
border-color: #255183;
}
.TagClassName
{
border-color: #255183;
}
</style>