Shades of Endeavour #265389
Tints of Endeavour #265389
RGB
CMYK
RGB Variations
Color information
#265389 (or 0x265389) is known color: Endeavour. HEX triplet: 26, 53 and 89. RGB value is (38,83,137). Sum of RGB (Red+Green+Blue) = 38+83+137=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #265389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265389 is #D9AC76. Grayscale: #4B4B4B. Windows color (decimal): -14265463 or 8999718. OLE color: 8999718.
HSL color Cylindrical-coordinate representation of color #265389: hue angle of 212.73º 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 #265389 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 83 | 137 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.46 |
| HSL | 212.73º | 0.57% | 0.34% | - |
| HSV(B) | 212.73º | 0.72% | 0.54% | - |
| XYZ | 8.41 | 8.4 | 24.85 | - |
| YUV | 75.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 137 | 0.72 | 0.39 | 0 | 0.46 | 212.73 | 0.57 | 0.34 |
| Hex | 26 | 53 | 89 | 48 | 27 | 0 | 2E | D5 | 39 | 22 |
| Octal | 46 | 123 | 211 | 110 | 47 | 0 | 56 | 325 | 71 | 42 |
| Binary | 100110 | 1010011 | 10001001 | 1001000 | 100111 | 0 | 101110 | 11010101 | 111001 | 100010 |
Color Harmonies of #265389
Complementary color
Monochromatic Colors of #265389
Black with #265389
Text Example
Text Example
White with #265389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265389; }
p { color: rgb(38,83,137); }
H1.HeaderClassName
{
color: #265389;
}
.AnyTagClassName
{
color: #265389;
}
</style>
background-color css
<style>
a { background-color: #265389; }
a { background-color: rgb(38,83,137); }
div.DivClassName
{
background-color: #265389;
}
.BgClassName
{
background-color: #265389;
}
</style>
border-color css
<style>
span { border-color: #265389; }
span { border-color: rgb(38,83,137); }
td.TdClassName
{
border-color: #265389;
}
.TagClassName
{
border-color: #265389;
}
</style>