Shades of Endeavour #264E89
Tints of Endeavour #264E89
RGB
CMYK
RGB Variations
Color information
#264E89 (or 0x264E89) is known color: Endeavour. HEX triplet: 26, 4E and 89. RGB value is (38,78,137). Sum of RGB (Red+Green+Blue) = 38+78+137=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #264E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E89 is #D9B176. Grayscale: #484848. Windows color (decimal): -14266743 or 8998438. OLE color: 8998438.
HSL color Cylindrical-coordinate representation of color #264E89: hue angle of 215.76º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264E89 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 78 | 137 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.46 |
| HSL | 215.76º | 0.57% | 0.34% | - |
| HSV(B) | 215.76º | 0.72% | 0.54% | - |
| XYZ | 8.04 | 7.67 | 24.72 | - |
| YUV | 72.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 137 | 0.72 | 0.43 | 0 | 0.46 | 215.76 | 0.57 | 0.34 |
| Hex | 26 | 4E | 89 | 48 | 2B | 0 | 2E | D8 | 39 | 22 |
| Octal | 46 | 116 | 211 | 110 | 53 | 0 | 56 | 330 | 71 | 42 |
| Binary | 100110 | 1001110 | 10001001 | 1001000 | 101011 | 0 | 101110 | 11011000 | 111001 | 100010 |
Color Harmonies of #264E89
Complementary color
Monochromatic Colors of #264E89
Black with #264E89
Text Example
Text Example
White with #264E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E89; }
p { color: rgb(38,78,137); }
H1.HeaderClassName
{
color: #264E89;
}
.AnyTagClassName
{
color: #264E89;
}
</style>
background-color css
<style>
a { background-color: #264E89; }
a { background-color: rgb(38,78,137); }
div.DivClassName
{
background-color: #264E89;
}
.BgClassName
{
background-color: #264E89;
}
</style>
border-color css
<style>
span { border-color: #264E89; }
span { border-color: rgb(38,78,137); }
td.TdClassName
{
border-color: #264E89;
}
.TagClassName
{
border-color: #264E89;
}
</style>