Shades of Endeavour #264FA0
Tints of Endeavour #264FA0
RGB
CMYK
RGB Variations
Color information
#264FA0 (or 0x264FA0) is known color: Endeavour. HEX triplet: 26, 4F and A0. RGB value is (38,79,160). Sum of RGB (Red+Green+Blue) = 38+79+160=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #264FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264FA0 is #D9B05F. Grayscale: #4B4B4B. Windows color (decimal): -14266464 or 10506022. OLE color: 10506022.
HSL color Cylindrical-coordinate representation of color #264FA0: hue angle of 219.84º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #264FA0 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 79 | 160 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.37 |
| HSL | 219.84º | 0.62% | 0.39% | - |
| HSV(B) | 219.84º | 0.76% | 0.63% | - |
| XYZ | 9.94 | 8.54 | 34.38 | - |
| YUV | 75.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 160 | 0.76 | 0.51 | 0 | 0.37 | 219.84 | 0.62 | 0.39 |
| Hex | 26 | 4F | A0 | 4C | 33 | 0 | 25 | DC | 3E | 27 |
| Octal | 46 | 117 | 240 | 114 | 63 | 0 | 45 | 334 | 76 | 47 |
| Binary | 100110 | 1001111 | 10100000 | 1001100 | 110011 | 0 | 100101 | 11011100 | 111110 | 100111 |
Color Harmonies of #264FA0
Complementary color
Monochromatic Colors of #264FA0
Black with #264FA0
Text Example
Text Example
White with #264FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264FA0; }
p { color: rgb(38,79,160); }
H1.HeaderClassName
{
color: #264FA0;
}
.AnyTagClassName
{
color: #264FA0;
}
</style>
background-color css
<style>
a { background-color: #264FA0; }
a { background-color: rgb(38,79,160); }
div.DivClassName
{
background-color: #264FA0;
}
.BgClassName
{
background-color: #264FA0;
}
</style>
border-color css
<style>
span { border-color: #264FA0; }
span { border-color: rgb(38,79,160); }
td.TdClassName
{
border-color: #264FA0;
}
.TagClassName
{
border-color: #264FA0;
}
</style>