Shades of Endeavour #255085
Tints of Endeavour #255085
RGB
CMYK
RGB Variations
Color information
#255085 (or 0x255085) is known color: Endeavour. HEX triplet: 25, 50 and 85. RGB value is (37,80,133). Sum of RGB (Red+Green+Blue) = 37+80+133=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #255085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255085 is #DAAF7A. Grayscale: #484848. Windows color (decimal): -14331771 or 8736805. OLE color: 8736805.
HSL color Cylindrical-coordinate representation of color #255085: hue angle of 213.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255085 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 80 | 133 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.48 |
| HSL | 213.13º | 0.56% | 0.33% | - |
| HSV(B) | 213.13º | 0.72% | 0.52% | - |
| XYZ | 7.87 | 7.82 | 23.29 | - |
| YUV | 73.19 | 161.75 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 133 | 0.72 | 0.40 | 0 | 0.48 | 213.13 | 0.56 | 0.33 |
| Hex | 25 | 50 | 85 | 48 | 28 | 0 | 30 | D5 | 38 | 21 |
| Octal | 45 | 120 | 205 | 110 | 50 | 0 | 60 | 325 | 70 | 41 |
| Binary | 100101 | 1010000 | 10000101 | 1001000 | 101000 | 0 | 110000 | 11010101 | 111000 | 100001 |
Color Harmonies of #255085
Complementary color
Monochromatic Colors of #255085
Black with #255085
Text Example
Text Example
White with #255085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255085; }
p { color: rgb(37,80,133); }
H1.HeaderClassName
{
color: #255085;
}
.AnyTagClassName
{
color: #255085;
}
</style>
background-color css
<style>
a { background-color: #255085; }
a { background-color: rgb(37,80,133); }
div.DivClassName
{
background-color: #255085;
}
.BgClassName
{
background-color: #255085;
}
</style>
border-color css
<style>
span { border-color: #255085; }
span { border-color: rgb(37,80,133); }
td.TdClassName
{
border-color: #255085;
}
.TagClassName
{
border-color: #255085;
}
</style>