Shades of Endeavour #264D9B
Tints of Endeavour #264D9B
RGB
CMYK
RGB Variations
Color information
#264D9B (or 0x264D9B) is known color: Endeavour. HEX triplet: 26, 4D and 9B. RGB value is (38,77,155). Sum of RGB (Red+Green+Blue) = 38+77+155=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #264D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264D9B is #D9B264. Grayscale: #494949. Windows color (decimal): -14266981 or 10177830. OLE color: 10177830.
HSL color Cylindrical-coordinate representation of color #264D9B: hue angle of 220º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264D9B is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 77 | 155 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.39 |
| HSL | 220º | 0.61% | 0.38% | - |
| HSV(B) | 220º | 0.75% | 0.61% | - |
| XYZ | 9.37 | 8.09 | 32.08 | - |
| YUV | 74.23 | 173.58 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 155 | 0.75 | 0.50 | 0 | 0.39 | 220 | 0.61 | 0.38 |
| Hex | 26 | 4D | 9B | 4B | 32 | 0 | 27 | DC | 3D | 26 |
| Octal | 46 | 115 | 233 | 113 | 62 | 0 | 47 | 334 | 75 | 46 |
| Binary | 100110 | 1001101 | 10011011 | 1001011 | 110010 | 0 | 100111 | 11011100 | 111101 | 100110 |
Color Harmonies of #264D9B
Complementary color
Monochromatic Colors of #264D9B
Black with #264D9B
Text Example
Text Example
White with #264D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D9B; }
p { color: rgb(38,77,155); }
H1.HeaderClassName
{
color: #264D9B;
}
.AnyTagClassName
{
color: #264D9B;
}
</style>
background-color css
<style>
a { background-color: #264D9B; }
a { background-color: rgb(38,77,155); }
div.DivClassName
{
background-color: #264D9B;
}
.BgClassName
{
background-color: #264D9B;
}
</style>
border-color css
<style>
span { border-color: #264D9B; }
span { border-color: rgb(38,77,155); }
td.TdClassName
{
border-color: #264D9B;
}
.TagClassName
{
border-color: #264D9B;
}
</style>