Shades of Endeavour #2B5D96
Tints of Endeavour #2B5D96
RGB
CMYK
RGB Variations
Color information
#2B5D96 (or 0x2B5D96) is known color: Endeavour. HEX triplet: 2B, 5D and 96. RGB value is (43,93,150). Sum of RGB (Red+Green+Blue) = 43+93+150=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B5D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5D96 is #D4A269. Grayscale: #545454. Windows color (decimal): -13935210 or 9854251. OLE color: 9854251.
HSL color Cylindrical-coordinate representation of color #2B5D96: hue angle of 211.96º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B5D96 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
RGB | 43 | 93 | 150 | - |
CMYK | 0.71 | 0.38 | 0 | 0.41 |
HSL | 211.96º | 0.55% | 0.38% | - |
HSV(B) | 211.96º | 0.71% | 0.59% | - |
XYZ | 10.42 | 10.54 | 30.34 | - |
YUV | 84.55 | 164.94 | 98.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 93 | 150 | 0.71 | 0.38 | 0 | 0.41 | 211.96 | 0.55 | 0.38 |
Hex | 2B | 5D | 96 | 47 | 26 | 0 | 29 | D4 | 37 | 26 |
Octal | 53 | 135 | 226 | 107 | 46 | 0 | 51 | 324 | 67 | 46 |
Binary | 101011 | 1011101 | 10010110 | 1000111 | 100110 | 0 | 101001 | 11010100 | 110111 | 100110 |
Color Harmonies of #2B5D96
Complementary color
Monochromatic Colors of #2B5D96
Black with #2B5D96
Text Example
Text Example
White with #2B5D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D96; }
p { color: rgb(43,93,150); }
H1.HeaderClassName
{
color: #2B5D96;
}
.AnyTagClassName
{
color: #2B5D96;
}
</style>
background-color css
<style>
a { background-color: #2B5D96; }
a { background-color: rgb(43,93,150); }
div.DivClassName
{
background-color: #2B5D96;
}
.BgClassName
{
background-color: #2B5D96;
}
</style>
border-color css
<style>
span { border-color: #2B5D96; }
span { border-color: rgb(43,93,150); }
td.TdClassName
{
border-color: #2B5D96;
}
.TagClassName
{
border-color: #2B5D96;
}
</style>