Shades of Endeavour #266394
Tints of Endeavour #266394
RGB
CMYK
RGB Variations
Color information
#266394 (or 0x266394) is known color: Endeavour. HEX triplet: 26, 63 and 94. RGB value is (38,99,148). Sum of RGB (Red+Green+Blue) = 38+99+148=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #266394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266394 is #D99C6B. Grayscale: #565656. Windows color (decimal): -14261356 or 9724710. OLE color: 9724710.
HSL color Cylindrical-coordinate representation of color #266394: hue angle of 206.73º 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 #266394 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 99 | 148 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.42 |
| HSL | 206.73º | 0.59% | 0.36% | - |
| HSV(B) | 206.73º | 0.74% | 0.58% | - |
| XYZ | 10.61 | 11.47 | 29.67 | - |
| YUV | 86.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 148 | 0.74 | 0.33 | 0 | 0.42 | 206.73 | 0.59 | 0.36 |
| Hex | 26 | 63 | 94 | 4A | 21 | 0 | 2A | CF | 3B | 24 |
| Octal | 46 | 143 | 224 | 112 | 41 | 0 | 52 | 317 | 73 | 44 |
| Binary | 100110 | 1100011 | 10010100 | 1001010 | 100001 | 0 | 101010 | 11001111 | 111011 | 100100 |
Color Harmonies of #266394
Complementary color
Monochromatic Colors of #266394
Black with #266394
Text Example
Text Example
White with #266394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266394; }
p { color: rgb(38,99,148); }
H1.HeaderClassName
{
color: #266394;
}
.AnyTagClassName
{
color: #266394;
}
</style>
background-color css
<style>
a { background-color: #266394; }
a { background-color: rgb(38,99,148); }
div.DivClassName
{
background-color: #266394;
}
.BgClassName
{
background-color: #266394;
}
</style>
border-color css
<style>
span { border-color: #266394; }
span { border-color: rgb(38,99,148); }
td.TdClassName
{
border-color: #266394;
}
.TagClassName
{
border-color: #266394;
}
</style>