Shades of Allports #2B6E78
Tints of Allports #2B6E78
RGB
CMYK
RGB Variations
Color information
#2B6E78 (or 0x2B6E78) is known color: Allports. HEX triplet: 2B, 6E and 78. RGB value is (43,110,120). Sum of RGB (Red+Green+Blue) = 43+110+120=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B6E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E78 is #D49187. Grayscale: #5B5B5B. Windows color (decimal): -13930888 or 7892523. OLE color: 7892523.
HSL color Cylindrical-coordinate representation of color #2B6E78: hue angle of 187.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B6E78 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 110 | 120 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.53 |
| HSL | 187.79º | 0.47% | 0.32% | - |
| HSV(B) | 187.79º | 0.64% | 0.47% | - |
| XYZ | 9.96 | 13.02 | 19.76 | - |
| YUV | 91.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 120 | 0.64 | 0.08 | 0 | 0.53 | 187.79 | 0.47 | 0.32 |
| Hex | 2B | 6E | 78 | 40 | 8 | 0 | 35 | BC | 2F | 20 |
| Octal | 53 | 156 | 170 | 100 | 10 | 0 | 65 | 274 | 57 | 40 |
| Binary | 101011 | 1101110 | 1111000 | 1000000 | 1000 | 0 | 110101 | 10111100 | 101111 | 100000 |
Color Harmonies of #2B6E78
Complementary color
Monochromatic Colors of #2B6E78
Black with #2B6E78
Text Example
Text Example
White with #2B6E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6E78; }
p { color: rgb(43,110,120); }
H1.HeaderClassName
{
color: #2B6E78;
}
.AnyTagClassName
{
color: #2B6E78;
}
</style>
background-color css
<style>
a { background-color: #2B6E78; }
a { background-color: rgb(43,110,120); }
div.DivClassName
{
background-color: #2B6E78;
}
.BgClassName
{
background-color: #2B6E78;
}
</style>
border-color css
<style>
span { border-color: #2B6E78; }
span { border-color: rgb(43,110,120); }
td.TdClassName
{
border-color: #2B6E78;
}
.TagClassName
{
border-color: #2B6E78;
}
</style>