Shades of Endeavour #265189
Tints of Endeavour #265189
RGB
CMYK
RGB Variations
Color information
#265189 (or 0x265189) is known color: Endeavour. HEX triplet: 26, 51 and 89. RGB value is (38,81,137). Sum of RGB (Red+Green+Blue) = 38+81+137=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #265189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265189 is #D9AE76. Grayscale: #4A4A4A. Windows color (decimal): -14265975 or 8999206. OLE color: 8999206.
HSL color Cylindrical-coordinate representation of color #265189: hue angle of 213.94º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265189 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 81 | 137 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.46 |
| HSL | 213.94º | 0.57% | 0.34% | - |
| HSV(B) | 213.94º | 0.72% | 0.54% | - |
| XYZ | 8.26 | 8.1 | 24.8 | - |
| YUV | 74.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 137 | 0.72 | 0.41 | 0 | 0.46 | 213.94 | 0.57 | 0.34 |
| Hex | 26 | 51 | 89 | 48 | 29 | 0 | 2E | D6 | 39 | 22 |
| Octal | 46 | 121 | 211 | 110 | 51 | 0 | 56 | 326 | 71 | 42 |
| Binary | 100110 | 1010001 | 10001001 | 1001000 | 101001 | 0 | 101110 | 11010110 | 111001 | 100010 |
Color Harmonies of #265189
Complementary color
Monochromatic Colors of #265189
Black with #265189
Text Example
Text Example
White with #265189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265189; }
p { color: rgb(38,81,137); }
H1.HeaderClassName
{
color: #265189;
}
.AnyTagClassName
{
color: #265189;
}
</style>
background-color css
<style>
a { background-color: #265189; }
a { background-color: rgb(38,81,137); }
div.DivClassName
{
background-color: #265189;
}
.BgClassName
{
background-color: #265189;
}
</style>
border-color css
<style>
span { border-color: #265189; }
span { border-color: rgb(38,81,137); }
td.TdClassName
{
border-color: #265189;
}
.TagClassName
{
border-color: #265189;
}
</style>