Shades of Endeavour #265391
Tints of Endeavour #265391
RGB
CMYK
RGB Variations
Color information
#265391 (or 0x265391) is known color: Endeavour. HEX triplet: 26, 53 and 91. RGB value is (38,83,145). Sum of RGB (Red+Green+Blue) = 38+83+145=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #265391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265391 is #D9AC6E. Grayscale: #4C4C4C. Windows color (decimal): -14265455 or 9524006. OLE color: 9524006.
HSL color Cylindrical-coordinate representation of color #265391: hue angle of 214.77º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265391 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 83 | 145 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.43 |
| HSL | 214.77º | 0.58% | 0.36% | - |
| HSV(B) | 214.77º | 0.74% | 0.57% | - |
| XYZ | 9 | 8.64 | 27.98 | - |
| YUV | 76.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 145 | 0.74 | 0.43 | 0 | 0.43 | 214.77 | 0.58 | 0.36 |
| Hex | 26 | 53 | 91 | 4A | 2B | 0 | 2B | D7 | 3A | 24 |
| Octal | 46 | 123 | 221 | 112 | 53 | 0 | 53 | 327 | 72 | 44 |
| Binary | 100110 | 1010011 | 10010001 | 1001010 | 101011 | 0 | 101011 | 11010111 | 111010 | 100100 |
Color Harmonies of #265391
Complementary color
Monochromatic Colors of #265391
Black with #265391
Text Example
Text Example
White with #265391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265391; }
p { color: rgb(38,83,145); }
H1.HeaderClassName
{
color: #265391;
}
.AnyTagClassName
{
color: #265391;
}
</style>
background-color css
<style>
a { background-color: #265391; }
a { background-color: rgb(38,83,145); }
div.DivClassName
{
background-color: #265391;
}
.BgClassName
{
background-color: #265391;
}
</style>
border-color css
<style>
span { border-color: #265391; }
span { border-color: rgb(38,83,145); }
td.TdClassName
{
border-color: #265391;
}
.TagClassName
{
border-color: #265391;
}
</style>