Shades of Endeavour #265495
Tints of Endeavour #265495
RGB
CMYK
RGB Variations
Color information
#265495 (or 0x265495) is known color: Endeavour. HEX triplet: 26, 54 and 95. RGB value is (38,84,149). Sum of RGB (Red+Green+Blue) = 38+84+149=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #265495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265495 is #D9AB6A. Grayscale: #4D4D4D. Windows color (decimal): -14265195 or 9786406. OLE color: 9786406.
HSL color Cylindrical-coordinate representation of color #265495: hue angle of 215.14º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265495 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 84 | 149 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.42 |
| HSL | 215.14º | 0.59% | 0.37% | - |
| HSV(B) | 215.14º | 0.74% | 0.58% | - |
| XYZ | 9.39 | 8.92 | 29.66 | - |
| YUV | 77.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 149 | 0.74 | 0.44 | 0 | 0.42 | 215.14 | 0.59 | 0.37 |
| Hex | 26 | 54 | 95 | 4A | 2C | 0 | 2A | D7 | 3B | 25 |
| Octal | 46 | 124 | 225 | 112 | 54 | 0 | 52 | 327 | 73 | 45 |
| Binary | 100110 | 1010100 | 10010101 | 1001010 | 101100 | 0 | 101010 | 11010111 | 111011 | 100101 |
Color Harmonies of #265495
Complementary color
Monochromatic Colors of #265495
Black with #265495
Text Example
Text Example
White with #265495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265495; }
p { color: rgb(38,84,149); }
H1.HeaderClassName
{
color: #265495;
}
.AnyTagClassName
{
color: #265495;
}
</style>
background-color css
<style>
a { background-color: #265495; }
a { background-color: rgb(38,84,149); }
div.DivClassName
{
background-color: #265495;
}
.BgClassName
{
background-color: #265495;
}
</style>
border-color css
<style>
span { border-color: #265495; }
span { border-color: rgb(38,84,149); }
td.TdClassName
{
border-color: #265495;
}
.TagClassName
{
border-color: #265495;
}
</style>