Shades of Endeavour #264F8B
Tints of Endeavour #264F8B
RGB
CMYK
RGB Variations
Color information
#264F8B (or 0x264F8B) is known color: Endeavour. HEX triplet: 26, 4F and 8B. RGB value is (38,79,139). Sum of RGB (Red+Green+Blue) = 38+79+139=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #264F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264F8B is #D9B074. Grayscale: #494949. Windows color (decimal): -14266485 or 9129766. OLE color: 9129766.
HSL color Cylindrical-coordinate representation of color #264F8B: hue angle of 215.64º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #264F8B is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 79 | 139 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.45 |
| HSL | 215.64º | 0.57% | 0.35% | - |
| HSV(B) | 215.64º | 0.73% | 0.55% | - |
| XYZ | 8.26 | 7.87 | 25.51 | - |
| YUV | 73.58 | 164.92 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 139 | 0.73 | 0.43 | 0 | 0.45 | 215.64 | 0.57 | 0.35 |
| Hex | 26 | 4F | 8B | 49 | 2B | 0 | 2D | D8 | 39 | 23 |
| Octal | 46 | 117 | 213 | 111 | 53 | 0 | 55 | 330 | 71 | 43 |
| Binary | 100110 | 1001111 | 10001011 | 1001001 | 101011 | 0 | 101101 | 11011000 | 111001 | 100011 |
Color Harmonies of #264F8B
Complementary color
Monochromatic Colors of #264F8B
Black with #264F8B
Text Example
Text Example
White with #264F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264F8B; }
p { color: rgb(38,79,139); }
H1.HeaderClassName
{
color: #264F8B;
}
.AnyTagClassName
{
color: #264F8B;
}
</style>
background-color css
<style>
a { background-color: #264F8B; }
a { background-color: rgb(38,79,139); }
div.DivClassName
{
background-color: #264F8B;
}
.BgClassName
{
background-color: #264F8B;
}
</style>
border-color css
<style>
span { border-color: #264F8B; }
span { border-color: rgb(38,79,139); }
td.TdClassName
{
border-color: #264F8B;
}
.TagClassName
{
border-color: #264F8B;
}
</style>