Shades of Endeavour #2B618A
Tints of Endeavour #2B618A
RGB
CMYK
RGB Variations
Color information
#2B618A (or 0x2B618A) is known color: Endeavour. HEX triplet: 2B, 61 and 8A. RGB value is (43,97,138). Sum of RGB (Red+Green+Blue) = 43+97+138=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B618A is #D49E75. Grayscale: #555555. Windows color (decimal): -13934198 or 9068843. OLE color: 9068843.
HSL color Cylindrical-coordinate representation of color #2B618A: hue angle of 205.89º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B618A is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 97 | 138 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.46 |
| HSL | 205.89º | 0.52% | 0.35% | - |
| HSV(B) | 205.89º | 0.69% | 0.54% | - |
| XYZ | 9.86 | 10.9 | 25.63 | - |
| YUV | 85.53 | 157.61 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 138 | 0.69 | 0.30 | 0 | 0.46 | 205.89 | 0.52 | 0.35 |
| Hex | 2B | 61 | 8A | 45 | 1E | 0 | 2E | CE | 34 | 23 |
| Octal | 53 | 141 | 212 | 105 | 36 | 0 | 56 | 316 | 64 | 43 |
| Binary | 101011 | 1100001 | 10001010 | 1000101 | 11110 | 0 | 101110 | 11001110 | 110100 | 100011 |
Color Harmonies of #2B618A
Complementary color
Monochromatic Colors of #2B618A
Black with #2B618A
Text Example
Text Example
White with #2B618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B618A; }
p { color: rgb(43,97,138); }
H1.HeaderClassName
{
color: #2B618A;
}
.AnyTagClassName
{
color: #2B618A;
}
</style>
background-color css
<style>
a { background-color: #2B618A; }
a { background-color: rgb(43,97,138); }
div.DivClassName
{
background-color: #2B618A;
}
.BgClassName
{
background-color: #2B618A;
}
</style>
border-color css
<style>
span { border-color: #2B618A; }
span { border-color: rgb(43,97,138); }
td.TdClassName
{
border-color: #2B618A;
}
.TagClassName
{
border-color: #2B618A;
}
</style>