Shades of Endeavour #2B549C
Tints of Endeavour #2B549C
RGB
CMYK
RGB Variations
Color information
#2B549C (or 0x2B549C) is known color: Endeavour. HEX triplet: 2B, 54 and 9C. RGB value is (43,84,156). Sum of RGB (Red+Green+Blue) = 43+84+156=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B549C is #D4AB63. Grayscale: #4F4F4F. Windows color (decimal): -13937508 or 10245163. OLE color: 10245163.
HSL color Cylindrical-coordinate representation of color #2B549C: hue angle of 218.23º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B549C is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 84 | 156 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.39 |
| HSL | 218.23º | 0.57% | 0.39% | - |
| HSV(B) | 218.23º | 0.72% | 0.61% | - |
| XYZ | 10.17 | 9.25 | 32.7 | - |
| YUV | 79.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 156 | 0.72 | 0.46 | 0 | 0.39 | 218.23 | 0.57 | 0.39 |
| Hex | 2B | 54 | 9C | 48 | 2E | 0 | 27 | DA | 39 | 27 |
| Octal | 53 | 124 | 234 | 110 | 56 | 0 | 47 | 332 | 71 | 47 |
| Binary | 101011 | 1010100 | 10011100 | 1001000 | 101110 | 0 | 100111 | 11011010 | 111001 | 100111 |
Color Harmonies of #2B549C
Complementary color
Monochromatic Colors of #2B549C
Black with #2B549C
Text Example
Text Example
White with #2B549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B549C; }
p { color: rgb(43,84,156); }
H1.HeaderClassName
{
color: #2B549C;
}
.AnyTagClassName
{
color: #2B549C;
}
</style>
background-color css
<style>
a { background-color: #2B549C; }
a { background-color: rgb(43,84,156); }
div.DivClassName
{
background-color: #2B549C;
}
.BgClassName
{
background-color: #2B549C;
}
</style>
border-color css
<style>
span { border-color: #2B549C; }
span { border-color: rgb(43,84,156); }
td.TdClassName
{
border-color: #2B549C;
}
.TagClassName
{
border-color: #2B549C;
}
</style>