Shades of Endeavour #265487
Tints of Endeavour #265487
RGB
CMYK
RGB Variations
Color information
#265487 (or 0x265487) is known color: Endeavour. HEX triplet: 26, 54 and 87. RGB value is (38,84,135). Sum of RGB (Red+Green+Blue) = 38+84+135=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #265487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265487 is #D9AB78. Grayscale: #4B4B4B. Windows color (decimal): -14265209 or 8868902. OLE color: 8868902.
HSL color Cylindrical-coordinate representation of color #265487: hue angle of 211.55º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265487 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 84 | 135 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.47 |
| HSL | 211.55º | 0.56% | 0.34% | - |
| HSV(B) | 211.55º | 0.72% | 0.53% | - |
| XYZ | 8.34 | 8.5 | 24.12 | - |
| YUV | 76.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 135 | 0.72 | 0.38 | 0 | 0.47 | 211.55 | 0.56 | 0.34 |
| Hex | 26 | 54 | 87 | 48 | 26 | 0 | 2F | D4 | 38 | 22 |
| Octal | 46 | 124 | 207 | 110 | 46 | 0 | 57 | 324 | 70 | 42 |
| Binary | 100110 | 1010100 | 10000111 | 1001000 | 100110 | 0 | 101111 | 11010100 | 111000 | 100010 |
Color Harmonies of #265487
Complementary color
Monochromatic Colors of #265487
Black with #265487
Text Example
Text Example
White with #265487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265487; }
p { color: rgb(38,84,135); }
H1.HeaderClassName
{
color: #265487;
}
.AnyTagClassName
{
color: #265487;
}
</style>
background-color css
<style>
a { background-color: #265487; }
a { background-color: rgb(38,84,135); }
div.DivClassName
{
background-color: #265487;
}
.BgClassName
{
background-color: #265487;
}
</style>
border-color css
<style>
span { border-color: #265487; }
span { border-color: rgb(38,84,135); }
td.TdClassName
{
border-color: #265487;
}
.TagClassName
{
border-color: #265487;
}
</style>