Shades of Endeavour #255385
Tints of Endeavour #255385
RGB
CMYK
RGB Variations
Color information
#255385 (or 0x255385) is known color: Endeavour. HEX triplet: 25, 53 and 85. RGB value is (37,83,133). Sum of RGB (Red+Green+Blue) = 37+83+133=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #255385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255385 is #DAAC7A. Grayscale: #4A4A4A. Windows color (decimal): -14331003 or 8737573. OLE color: 8737573.
HSL color Cylindrical-coordinate representation of color #255385: hue angle of 211.25º 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 #255385 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 83 | 133 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.48 |
| HSL | 211.25º | 0.56% | 0.33% | - |
| HSV(B) | 211.25º | 0.72% | 0.52% | - |
| XYZ | 8.09 | 8.27 | 23.36 | - |
| YUV | 74.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 133 | 0.72 | 0.38 | 0 | 0.48 | 211.25 | 0.56 | 0.33 |
| Hex | 25 | 53 | 85 | 48 | 26 | 0 | 30 | D3 | 38 | 21 |
| Octal | 45 | 123 | 205 | 110 | 46 | 0 | 60 | 323 | 70 | 41 |
| Binary | 100101 | 1010011 | 10000101 | 1001000 | 100110 | 0 | 110000 | 11010011 | 111000 | 100001 |
Color Harmonies of #255385
Complementary color
Monochromatic Colors of #255385
Black with #255385
Text Example
Text Example
White with #255385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255385; }
p { color: rgb(37,83,133); }
H1.HeaderClassName
{
color: #255385;
}
.AnyTagClassName
{
color: #255385;
}
</style>
background-color css
<style>
a { background-color: #255385; }
a { background-color: rgb(37,83,133); }
div.DivClassName
{
background-color: #255385;
}
.BgClassName
{
background-color: #255385;
}
</style>
border-color css
<style>
span { border-color: #255385; }
span { border-color: rgb(37,83,133); }
td.TdClassName
{
border-color: #255385;
}
.TagClassName
{
border-color: #255385;
}
</style>