Shades of Endeavour #2B638C
Tints of Endeavour #2B638C
RGB
CMYK
RGB Variations
Color information
#2B638C (or 0x2B638C) is known color: Endeavour. HEX triplet: 2B, 63 and 8C. RGB value is (43,99,140). Sum of RGB (Red+Green+Blue) = 43+99+140=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B638C is #D49C73. Grayscale: #565656. Windows color (decimal): -13933684 or 9200427. OLE color: 9200427.
HSL color Cylindrical-coordinate representation of color #2B638C: hue angle of 205.36º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B638C is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 99 | 140 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.45 |
| HSL | 205.36º | 0.53% | 0.36% | - |
| HSV(B) | 205.36º | 0.69% | 0.55% | - |
| XYZ | 10.19 | 11.33 | 26.46 | - |
| YUV | 86.93 | 157.95 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 140 | 0.69 | 0.29 | 0 | 0.45 | 205.36 | 0.53 | 0.36 |
| Hex | 2B | 63 | 8C | 45 | 1D | 0 | 2D | CD | 35 | 24 |
| Octal | 53 | 143 | 214 | 105 | 35 | 0 | 55 | 315 | 65 | 44 |
| Binary | 101011 | 1100011 | 10001100 | 1000101 | 11101 | 0 | 101101 | 11001101 | 110101 | 100100 |
Color Harmonies of #2B638C
Complementary color
Monochromatic Colors of #2B638C
Black with #2B638C
Text Example
Text Example
White with #2B638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B638C; }
p { color: rgb(43,99,140); }
H1.HeaderClassName
{
color: #2B638C;
}
.AnyTagClassName
{
color: #2B638C;
}
</style>
background-color css
<style>
a { background-color: #2B638C; }
a { background-color: rgb(43,99,140); }
div.DivClassName
{
background-color: #2B638C;
}
.BgClassName
{
background-color: #2B638C;
}
</style>
border-color css
<style>
span { border-color: #2B638C; }
span { border-color: rgb(43,99,140); }
td.TdClassName
{
border-color: #2B638C;
}
.TagClassName
{
border-color: #2B638C;
}
</style>