Shades of Endeavour #265992
Tints of Endeavour #265992
RGB
CMYK
RGB Variations
Color information
#265992 (or 0x265992) is known color: Endeavour. HEX triplet: 26, 59 and 92. RGB value is (38,89,146). Sum of RGB (Red+Green+Blue) = 38+89+146=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #265992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265992 is #D9A66D. Grayscale: #4F4F4F. Windows color (decimal): -14263918 or 9591078. OLE color: 9591078.
HSL color Cylindrical-coordinate representation of color #265992: hue angle of 211.67º degrees, saturation: 0.59, 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 #265992 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 89 | 146 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.43 |
| HSL | 211.67º | 0.59% | 0.36% | - |
| HSV(B) | 211.67º | 0.74% | 0.57% | - |
| XYZ | 9.56 | 9.63 | 28.55 | - |
| YUV | 80.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 146 | 0.74 | 0.39 | 0 | 0.43 | 211.67 | 0.59 | 0.36 |
| Hex | 26 | 59 | 92 | 4A | 27 | 0 | 2B | D4 | 3B | 24 |
| Octal | 46 | 131 | 222 | 112 | 47 | 0 | 53 | 324 | 73 | 44 |
| Binary | 100110 | 1011001 | 10010010 | 1001010 | 100111 | 0 | 101011 | 11010100 | 111011 | 100100 |
Color Harmonies of #265992
Complementary color
Monochromatic Colors of #265992
Black with #265992
Text Example
Text Example
White with #265992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265992; }
p { color: rgb(38,89,146); }
H1.HeaderClassName
{
color: #265992;
}
.AnyTagClassName
{
color: #265992;
}
</style>
background-color css
<style>
a { background-color: #265992; }
a { background-color: rgb(38,89,146); }
div.DivClassName
{
background-color: #265992;
}
.BgClassName
{
background-color: #265992;
}
</style>
border-color css
<style>
span { border-color: #265992; }
span { border-color: rgb(38,89,146); }
td.TdClassName
{
border-color: #265992;
}
.TagClassName
{
border-color: #265992;
}
</style>