Shades of Endeavour #265993
Tints of Endeavour #265993
RGB
CMYK
RGB Variations
Color information
#265993 (or 0x265993) is known color: Endeavour. HEX triplet: 26, 59 and 93. RGB value is (38,89,147). Sum of RGB (Red+Green+Blue) = 38+89+147=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #265993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265993 is #D9A66C. Grayscale: #505050. Windows color (decimal): -14263917 or 9656614. OLE color: 9656614.
HSL color Cylindrical-coordinate representation of color #265993: hue angle of 211.93º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265993 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 89 | 147 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.42 |
| HSL | 211.93º | 0.59% | 0.36% | - |
| HSV(B) | 211.93º | 0.74% | 0.58% | - |
| XYZ | 9.64 | 9.66 | 28.96 | - |
| YUV | 80.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 147 | 0.74 | 0.39 | 0 | 0.42 | 211.93 | 0.59 | 0.36 |
| Hex | 26 | 59 | 93 | 4A | 27 | 0 | 2A | D4 | 3B | 24 |
| Octal | 46 | 131 | 223 | 112 | 47 | 0 | 52 | 324 | 73 | 44 |
| Binary | 100110 | 1011001 | 10010011 | 1001010 | 100111 | 0 | 101010 | 11010100 | 111011 | 100100 |
Color Harmonies of #265993
Complementary color
Monochromatic Colors of #265993
Black with #265993
Text Example
Text Example
White with #265993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265993; }
p { color: rgb(38,89,147); }
H1.HeaderClassName
{
color: #265993;
}
.AnyTagClassName
{
color: #265993;
}
</style>
background-color css
<style>
a { background-color: #265993; }
a { background-color: rgb(38,89,147); }
div.DivClassName
{
background-color: #265993;
}
.BgClassName
{
background-color: #265993;
}
</style>
border-color css
<style>
span { border-color: #265993; }
span { border-color: rgb(38,89,147); }
td.TdClassName
{
border-color: #265993;
}
.TagClassName
{
border-color: #265993;
}
</style>