Shades of Endeavour #265294
Tints of Endeavour #265294
RGB
CMYK
RGB Variations
Color information
#265294 (or 0x265294) is known color: Endeavour. HEX triplet: 26, 52 and 94. RGB value is (38,82,148). Sum of RGB (Red+Green+Blue) = 38+82+148=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #265294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265294 is #D9AD6B. Grayscale: #4C4C4C. Windows color (decimal): -14265708 or 9720358. OLE color: 9720358.
HSL color Cylindrical-coordinate representation of color #265294: hue angle of 216º 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 #265294 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 82 | 148 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.42 |
| HSL | 216º | 0.59% | 0.36% | - |
| HSV(B) | 216º | 0.74% | 0.58% | - |
| XYZ | 9.16 | 8.58 | 29.19 | - |
| YUV | 76.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 148 | 0.74 | 0.45 | 0 | 0.42 | 216 | 0.59 | 0.36 |
| Hex | 26 | 52 | 94 | 4A | 2D | 0 | 2A | D8 | 3B | 24 |
| Octal | 46 | 122 | 224 | 112 | 55 | 0 | 52 | 330 | 73 | 44 |
| Binary | 100110 | 1010010 | 10010100 | 1001010 | 101101 | 0 | 101010 | 11011000 | 111011 | 100100 |
Color Harmonies of #265294
Complementary color
Monochromatic Colors of #265294
Black with #265294
Text Example
Text Example
White with #265294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265294; }
p { color: rgb(38,82,148); }
H1.HeaderClassName
{
color: #265294;
}
.AnyTagClassName
{
color: #265294;
}
</style>
background-color css
<style>
a { background-color: #265294; }
a { background-color: rgb(38,82,148); }
div.DivClassName
{
background-color: #265294;
}
.BgClassName
{
background-color: #265294;
}
</style>
border-color css
<style>
span { border-color: #265294; }
span { border-color: rgb(38,82,148); }
td.TdClassName
{
border-color: #265294;
}
.TagClassName
{
border-color: #265294;
}
</style>