Shades of Endeavour #265194
Tints of Endeavour #265194
RGB
CMYK
RGB Variations
Color information
#265194 (or 0x265194) is known color: Endeavour. HEX triplet: 26, 51 and 94. RGB value is (38,81,148). Sum of RGB (Red+Green+Blue) = 38+81+148=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #265194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265194 is #D9AE6B. Grayscale: #4B4B4B. Windows color (decimal): -14265964 or 9720102. OLE color: 9720102.
HSL color Cylindrical-coordinate representation of color #265194: hue angle of 216.55º 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 #265194 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 81 | 148 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.42 |
| HSL | 216.55º | 0.59% | 0.36% | - |
| HSV(B) | 216.55º | 0.74% | 0.58% | - |
| XYZ | 9.09 | 8.44 | 29.17 | - |
| YUV | 75.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 148 | 0.74 | 0.45 | 0 | 0.42 | 216.55 | 0.59 | 0.36 |
| Hex | 26 | 51 | 94 | 4A | 2D | 0 | 2A | D9 | 3B | 24 |
| Octal | 46 | 121 | 224 | 112 | 55 | 0 | 52 | 331 | 73 | 44 |
| Binary | 100110 | 1010001 | 10010100 | 1001010 | 101101 | 0 | 101010 | 11011001 | 111011 | 100100 |
Color Harmonies of #265194
Complementary color
Monochromatic Colors of #265194
Black with #265194
Text Example
Text Example
White with #265194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265194; }
p { color: rgb(38,81,148); }
H1.HeaderClassName
{
color: #265194;
}
.AnyTagClassName
{
color: #265194;
}
</style>
background-color css
<style>
a { background-color: #265194; }
a { background-color: rgb(38,81,148); }
div.DivClassName
{
background-color: #265194;
}
.BgClassName
{
background-color: #265194;
}
</style>
border-color css
<style>
span { border-color: #265194; }
span { border-color: rgb(38,81,148); }
td.TdClassName
{
border-color: #265194;
}
.TagClassName
{
border-color: #265194;
}
</style>