Shades of Allports #2B6870
Tints of Allports #2B6870
RGB
CMYK
RGB Variations
Color information
#2B6870 (or 0x2B6870) is known color: Allports. HEX triplet: 2B, 68 and 70. RGB value is (43,104,112). Sum of RGB (Red+Green+Blue) = 43+104+112=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B6870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6870 is #D4978F. Grayscale: #565656. Windows color (decimal): -13932432 or 7366699. OLE color: 7366699.
HSL color Cylindrical-coordinate representation of color #2B6870: hue angle of 186.96º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B6870 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 104 | 112 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.56 |
| HSL | 186.96º | 0.45% | 0.3% | - |
| HSV(B) | 186.96º | 0.62% | 0.44% | - |
| XYZ | 8.87 | 11.58 | 17.1 | - |
| YUV | 86.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 112 | 0.62 | 0.07 | 0 | 0.56 | 186.96 | 0.45 | 0.3 |
| Hex | 2B | 68 | 70 | 3E | 7 | 0 | 38 | BB | 2D | 1E |
| Octal | 53 | 150 | 160 | 76 | 7 | 0 | 70 | 273 | 55 | 36 |
| Binary | 101011 | 1101000 | 1110000 | 111110 | 111 | 0 | 111000 | 10111011 | 101101 | 11110 |
Color Harmonies of #2B6870
Complementary color
Monochromatic Colors of #2B6870
Black with #2B6870
Text Example
Text Example
White with #2B6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6870; }
p { color: rgb(43,104,112); }
H1.HeaderClassName
{
color: #2B6870;
}
.AnyTagClassName
{
color: #2B6870;
}
</style>
background-color css
<style>
a { background-color: #2B6870; }
a { background-color: rgb(43,104,112); }
div.DivClassName
{
background-color: #2B6870;
}
.BgClassName
{
background-color: #2B6870;
}
</style>
border-color css
<style>
span { border-color: #2B6870; }
span { border-color: rgb(43,104,112); }
td.TdClassName
{
border-color: #2B6870;
}
.TagClassName
{
border-color: #2B6870;
}
</style>