Shades of Endeavour #2B5A9A
Tints of Endeavour #2B5A9A
RGB
CMYK
RGB Variations
Color information
#2B5A9A (or 0x2B5A9A) is known color: Endeavour. HEX triplet: 2B, 5A and 9A. RGB value is (43,90,154). Sum of RGB (Red+Green+Blue) = 43+90+154=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B5A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5A9A is #D4A565. Grayscale: #525252. Windows color (decimal): -13935974 or 10115627. OLE color: 10115627.
HSL color Cylindrical-coordinate representation of color #2B5A9A: hue angle of 214.59º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B5A9A is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 90 | 154 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.40 |
| HSL | 214.59º | 0.56% | 0.39% | - |
| HSV(B) | 214.59º | 0.72% | 0.6% | - |
| XYZ | 10.49 | 10.16 | 31.98 | - |
| YUV | 83.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 154 | 0.72 | 0.42 | 0 | 0.40 | 214.59 | 0.56 | 0.39 |
| Hex | 2B | 5A | 9A | 48 | 2A | 0 | 28 | D7 | 38 | 27 |
| Octal | 53 | 132 | 232 | 110 | 52 | 0 | 50 | 327 | 70 | 47 |
| Binary | 101011 | 1011010 | 10011010 | 1001000 | 101010 | 0 | 101000 | 11010111 | 111000 | 100111 |
Color Harmonies of #2B5A9A
Complementary color
Monochromatic Colors of #2B5A9A
Black with #2B5A9A
Text Example
Text Example
White with #2B5A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A9A; }
p { color: rgb(43,90,154); }
H1.HeaderClassName
{
color: #2B5A9A;
}
.AnyTagClassName
{
color: #2B5A9A;
}
</style>
background-color css
<style>
a { background-color: #2B5A9A; }
a { background-color: rgb(43,90,154); }
div.DivClassName
{
background-color: #2B5A9A;
}
.BgClassName
{
background-color: #2B5A9A;
}
</style>
border-color css
<style>
span { border-color: #2B5A9A; }
span { border-color: rgb(43,90,154); }
td.TdClassName
{
border-color: #2B5A9A;
}
.TagClassName
{
border-color: #2B5A9A;
}
</style>