Shades of Endeavour #265D89
Tints of Endeavour #265D89
RGB
CMYK
RGB Variations
Color information
#265D89 (or 0x265D89) is known color: Endeavour. HEX triplet: 26, 5D and 89. RGB value is (38,93,137). Sum of RGB (Red+Green+Blue) = 38+93+137=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #265D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D89 is #D9A276. Grayscale: #515151. Windows color (decimal): -14262903 or 9002278. OLE color: 9002278.
HSL color Cylindrical-coordinate representation of color #265D89: hue angle of 206.67º 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 #265D89 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 93 | 137 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.46 |
| HSL | 206.67º | 0.57% | 0.34% | - |
| HSV(B) | 206.67º | 0.72% | 0.54% | - |
| XYZ | 9.23 | 10.05 | 25.12 | - |
| YUV | 81.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 137 | 0.72 | 0.32 | 0 | 0.46 | 206.67 | 0.57 | 0.34 |
| Hex | 26 | 5D | 89 | 48 | 20 | 0 | 2E | CF | 39 | 22 |
| Octal | 46 | 135 | 211 | 110 | 40 | 0 | 56 | 317 | 71 | 42 |
| Binary | 100110 | 1011101 | 10001001 | 1001000 | 100000 | 0 | 101110 | 11001111 | 111001 | 100010 |
Color Harmonies of #265D89
Complementary color
Monochromatic Colors of #265D89
Black with #265D89
Text Example
Text Example
White with #265D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D89; }
p { color: rgb(38,93,137); }
H1.HeaderClassName
{
color: #265D89;
}
.AnyTagClassName
{
color: #265D89;
}
</style>
background-color css
<style>
a { background-color: #265D89; }
a { background-color: rgb(38,93,137); }
div.DivClassName
{
background-color: #265D89;
}
.BgClassName
{
background-color: #265D89;
}
</style>
border-color css
<style>
span { border-color: #265D89; }
span { border-color: rgb(38,93,137); }
td.TdClassName
{
border-color: #265D89;
}
.TagClassName
{
border-color: #265D89;
}
</style>