Shades of Endeavour #2A538B
Tints of Endeavour #2A538B
RGB
CMYK
RGB Variations
Color information
#2A538B (or 0x2A538B) is known color: Endeavour. HEX triplet: 2A, 53 and 8B. RGB value is (42,83,139). Sum of RGB (Red+Green+Blue) = 42+83+139=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A538B is #D5AC74. Grayscale: #4C4C4C. Windows color (decimal): -14003317 or 9130794. OLE color: 9130794.
HSL color Cylindrical-coordinate representation of color #2A538B: hue angle of 214.64º 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 #2A538B is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 83 | 139 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.45 |
| HSL | 214.64º | 0.54% | 0.35% | - |
| HSV(B) | 214.64º | 0.7% | 0.55% | - |
| XYZ | 8.71 | 8.54 | 25.62 | - |
| YUV | 77.13 | 162.92 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 139 | 0.70 | 0.40 | 0 | 0.45 | 214.64 | 0.54 | 0.35 |
| Hex | 2A | 53 | 8B | 46 | 28 | 0 | 2D | D7 | 36 | 23 |
| Octal | 52 | 123 | 213 | 106 | 50 | 0 | 55 | 327 | 66 | 43 |
| Binary | 101010 | 1010011 | 10001011 | 1000110 | 101000 | 0 | 101101 | 11010111 | 110110 | 100011 |
Color Harmonies of #2A538B
Complementary color
Monochromatic Colors of #2A538B
Black with #2A538B
Text Example
Text Example
White with #2A538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A538B; }
p { color: rgb(42,83,139); }
H1.HeaderClassName
{
color: #2A538B;
}
.AnyTagClassName
{
color: #2A538B;
}
</style>
background-color css
<style>
a { background-color: #2A538B; }
a { background-color: rgb(42,83,139); }
div.DivClassName
{
background-color: #2A538B;
}
.BgClassName
{
background-color: #2A538B;
}
</style>
border-color css
<style>
span { border-color: #2A538B; }
span { border-color: rgb(42,83,139); }
td.TdClassName
{
border-color: #2A538B;
}
.TagClassName
{
border-color: #2A538B;
}
</style>