Shades of Endeavour #2A5D8B
Tints of Endeavour #2A5D8B
RGB
CMYK
RGB Variations
Color information
#2A5D8B (or 0x2A5D8B) is known color: Endeavour. HEX triplet: 2A, 5D and 8B. RGB value is (42,93,139). Sum of RGB (Red+Green+Blue) = 42+93+139=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A5D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5D8B is #D5A274. Grayscale: #525252. Windows color (decimal): -14000757 or 9133354. OLE color: 9133354.
HSL color Cylindrical-coordinate representation of color #2A5D8B: hue angle of 208.45º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A5D8B is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 93 | 139 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.45 |
| HSL | 208.45º | 0.54% | 0.35% | - |
| HSV(B) | 208.45º | 0.7% | 0.55% | - |
| XYZ | 9.53 | 10.19 | 25.89 | - |
| YUV | 83 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 139 | 0.70 | 0.33 | 0 | 0.45 | 208.45 | 0.54 | 0.35 |
| Hex | 2A | 5D | 8B | 46 | 21 | 0 | 2D | D0 | 36 | 23 |
| Octal | 52 | 135 | 213 | 106 | 41 | 0 | 55 | 320 | 66 | 43 |
| Binary | 101010 | 1011101 | 10001011 | 1000110 | 100001 | 0 | 101101 | 11010000 | 110110 | 100011 |
Color Harmonies of #2A5D8B
Complementary color
Monochromatic Colors of #2A5D8B
Black with #2A5D8B
Text Example
Text Example
White with #2A5D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D8B; }
p { color: rgb(42,93,139); }
H1.HeaderClassName
{
color: #2A5D8B;
}
.AnyTagClassName
{
color: #2A5D8B;
}
</style>
background-color css
<style>
a { background-color: #2A5D8B; }
a { background-color: rgb(42,93,139); }
div.DivClassName
{
background-color: #2A5D8B;
}
.BgClassName
{
background-color: #2A5D8B;
}
</style>
border-color css
<style>
span { border-color: #2A5D8B; }
span { border-color: rgb(42,93,139); }
td.TdClassName
{
border-color: #2A5D8B;
}
.TagClassName
{
border-color: #2A5D8B;
}
</style>