Shades of Endeavour #264D93
Tints of Endeavour #264D93
RGB
CMYK
RGB Variations
Color information
#264D93 (or 0x264D93) is known color: Endeavour. HEX triplet: 26, 4D and 93. RGB value is (38,77,147). Sum of RGB (Red+Green+Blue) = 38+77+147=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #264D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264D93 is #D9B26C. Grayscale: #494949. Windows color (decimal): -14266989 or 9653542. OLE color: 9653542.
HSL color Cylindrical-coordinate representation of color #264D93: hue angle of 218.53º 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 #264D93 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 77 | 147 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.42 |
| HSL | 218.53º | 0.59% | 0.36% | - |
| HSV(B) | 218.53º | 0.74% | 0.58% | - |
| XYZ | 8.72 | 7.83 | 28.65 | - |
| YUV | 73.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 147 | 0.74 | 0.48 | 0 | 0.42 | 218.53 | 0.59 | 0.36 |
| Hex | 26 | 4D | 93 | 4A | 30 | 0 | 2A | DB | 3B | 24 |
| Octal | 46 | 115 | 223 | 112 | 60 | 0 | 52 | 333 | 73 | 44 |
| Binary | 100110 | 1001101 | 10010011 | 1001010 | 110000 | 0 | 101010 | 11011011 | 111011 | 100100 |
Color Harmonies of #264D93
Complementary color
Monochromatic Colors of #264D93
Black with #264D93
Text Example
Text Example
White with #264D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D93; }
p { color: rgb(38,77,147); }
H1.HeaderClassName
{
color: #264D93;
}
.AnyTagClassName
{
color: #264D93;
}
</style>
background-color css
<style>
a { background-color: #264D93; }
a { background-color: rgb(38,77,147); }
div.DivClassName
{
background-color: #264D93;
}
.BgClassName
{
background-color: #264D93;
}
</style>
border-color css
<style>
span { border-color: #264D93; }
span { border-color: rgb(38,77,147); }
td.TdClassName
{
border-color: #264D93;
}
.TagClassName
{
border-color: #264D93;
}
</style>