Shades of Endeavour #265292
Tints of Endeavour #265292
RGB
CMYK
RGB Variations
Color information
#265292 (or 0x265292) is known color: Endeavour. HEX triplet: 26, 52 and 92. RGB value is (38,82,146). Sum of RGB (Red+Green+Blue) = 38+82+146=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #265292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265292 is #D9AD6D. Grayscale: #4B4B4B. Windows color (decimal): -14265710 or 9589286. OLE color: 9589286.
HSL color Cylindrical-coordinate representation of color #265292: hue angle of 215.56º 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 #265292 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 82 | 146 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.43 |
| HSL | 215.56º | 0.59% | 0.36% | - |
| HSV(B) | 215.56º | 0.74% | 0.57% | - |
| XYZ | 9 | 8.52 | 28.36 | - |
| YUV | 76.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 146 | 0.74 | 0.44 | 0 | 0.43 | 215.56 | 0.59 | 0.36 |
| Hex | 26 | 52 | 92 | 4A | 2C | 0 | 2B | D8 | 3B | 24 |
| Octal | 46 | 122 | 222 | 112 | 54 | 0 | 53 | 330 | 73 | 44 |
| Binary | 100110 | 1010010 | 10010010 | 1001010 | 101100 | 0 | 101011 | 11011000 | 111011 | 100100 |
Color Harmonies of #265292
Complementary color
Monochromatic Colors of #265292
Black with #265292
Text Example
Text Example
White with #265292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265292; }
p { color: rgb(38,82,146); }
H1.HeaderClassName
{
color: #265292;
}
.AnyTagClassName
{
color: #265292;
}
</style>
background-color css
<style>
a { background-color: #265292; }
a { background-color: rgb(38,82,146); }
div.DivClassName
{
background-color: #265292;
}
.BgClassName
{
background-color: #265292;
}
</style>
border-color css
<style>
span { border-color: #265292; }
span { border-color: rgb(38,82,146); }
td.TdClassName
{
border-color: #265292;
}
.TagClassName
{
border-color: #265292;
}
</style>