Shades of Endeavour #264F9E
Tints of Endeavour #264F9E
RGB
CMYK
RGB Variations
Color information
#264F9E (or 0x264F9E) is known color: Endeavour. HEX triplet: 26, 4F and 9E. RGB value is (38,79,158). Sum of RGB (Red+Green+Blue) = 38+79+158=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #264F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264F9E is #D9B061. Grayscale: #4B4B4B. Windows color (decimal): -14266466 or 10374950. OLE color: 10374950.
HSL color Cylindrical-coordinate representation of color #264F9E: hue angle of 219.5º 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 #264F9E is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 79 | 158 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.38 |
| HSL | 219.5º | 0.61% | 0.38% | - |
| HSV(B) | 219.5º | 0.76% | 0.62% | - |
| XYZ | 9.77 | 8.47 | 33.47 | - |
| YUV | 75.75 | 174.42 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 158 | 0.76 | 0.50 | 0 | 0.38 | 219.5 | 0.61 | 0.38 |
| Hex | 26 | 4F | 9E | 4C | 32 | 0 | 26 | DC | 3D | 26 |
| Octal | 46 | 117 | 236 | 114 | 62 | 0 | 46 | 334 | 75 | 46 |
| Binary | 100110 | 1001111 | 10011110 | 1001100 | 110010 | 0 | 100110 | 11011100 | 111101 | 100110 |
Color Harmonies of #264F9E
Complementary color
Monochromatic Colors of #264F9E
Black with #264F9E
Text Example
Text Example
White with #264F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264F9E; }
p { color: rgb(38,79,158); }
H1.HeaderClassName
{
color: #264F9E;
}
.AnyTagClassName
{
color: #264F9E;
}
</style>
background-color css
<style>
a { background-color: #264F9E; }
a { background-color: rgb(38,79,158); }
div.DivClassName
{
background-color: #264F9E;
}
.BgClassName
{
background-color: #264F9E;
}
</style>
border-color css
<style>
span { border-color: #264F9E; }
span { border-color: rgb(38,79,158); }
td.TdClassName
{
border-color: #264F9E;
}
.TagClassName
{
border-color: #264F9E;
}
</style>