Shades of Endeavour #264F9D
Tints of Endeavour #264F9D
RGB
CMYK
RGB Variations
Color information
#264F9D (or 0x264F9D) is known color: Endeavour. HEX triplet: 26, 4F and 9D. RGB value is (38,79,157). Sum of RGB (Red+Green+Blue) = 38+79+157=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #264F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264F9D is #D9B062. Grayscale: #4B4B4B. Windows color (decimal): -14266467 or 10309414. OLE color: 10309414.
HSL color Cylindrical-coordinate representation of color #264F9D: hue angle of 219.33º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #264F9D is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 79 | 157 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.38 |
| HSL | 219.33º | 0.61% | 0.38% | - |
| HSV(B) | 219.33º | 0.76% | 0.62% | - |
| XYZ | 9.68 | 8.44 | 33.02 | - |
| YUV | 75.63 | 173.92 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 157 | 0.76 | 0.50 | 0 | 0.38 | 219.33 | 0.61 | 0.38 |
| Hex | 26 | 4F | 9D | 4C | 32 | 0 | 26 | DB | 3D | 26 |
| Octal | 46 | 117 | 235 | 114 | 62 | 0 | 46 | 333 | 75 | 46 |
| Binary | 100110 | 1001111 | 10011101 | 1001100 | 110010 | 0 | 100110 | 11011011 | 111101 | 100110 |
Color Harmonies of #264F9D
Complementary color
Monochromatic Colors of #264F9D
Black with #264F9D
Text Example
Text Example
White with #264F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264F9D; }
p { color: rgb(38,79,157); }
H1.HeaderClassName
{
color: #264F9D;
}
.AnyTagClassName
{
color: #264F9D;
}
</style>
background-color css
<style>
a { background-color: #264F9D; }
a { background-color: rgb(38,79,157); }
div.DivClassName
{
background-color: #264F9D;
}
.BgClassName
{
background-color: #264F9D;
}
</style>
border-color css
<style>
span { border-color: #264F9D; }
span { border-color: rgb(38,79,157); }
td.TdClassName
{
border-color: #264F9D;
}
.TagClassName
{
border-color: #264F9D;
}
</style>