Shades of Allports #2B6772
Tints of Allports #2B6772
RGB
CMYK
RGB Variations
Color information
#2B6772 (or 0x2B6772) is known color: Allports. HEX triplet: 2B, 67 and 72. RGB value is (43,103,114). Sum of RGB (Red+Green+Blue) = 43+103+114=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B6772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6772 is #D4988D. Grayscale: #565656. Windows color (decimal): -13932686 or 7497515. OLE color: 7497515.
HSL color Cylindrical-coordinate representation of color #2B6772: hue angle of 189.3º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B6772 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 103 | 114 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.55 |
| HSL | 189.3º | 0.45% | 0.31% | - |
| HSV(B) | 189.3º | 0.62% | 0.45% | - |
| XYZ | 8.88 | 11.43 | 17.66 | - |
| YUV | 86.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 114 | 0.62 | 0.10 | 0 | 0.55 | 189.3 | 0.45 | 0.31 |
| Hex | 2B | 67 | 72 | 3E | A | 0 | 37 | BD | 2D | 1F |
| Octal | 53 | 147 | 162 | 76 | 12 | 0 | 67 | 275 | 55 | 37 |
| Binary | 101011 | 1100111 | 1110010 | 111110 | 1010 | 0 | 110111 | 10111101 | 101101 | 11111 |
Color Harmonies of #2B6772
Complementary color
Monochromatic Colors of #2B6772
Black with #2B6772
Text Example
Text Example
White with #2B6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6772; }
p { color: rgb(43,103,114); }
H1.HeaderClassName
{
color: #2B6772;
}
.AnyTagClassName
{
color: #2B6772;
}
</style>
background-color css
<style>
a { background-color: #2B6772; }
a { background-color: rgb(43,103,114); }
div.DivClassName
{
background-color: #2B6772;
}
.BgClassName
{
background-color: #2B6772;
}
</style>
border-color css
<style>
span { border-color: #2B6772; }
span { border-color: rgb(43,103,114); }
td.TdClassName
{
border-color: #2B6772;
}
.TagClassName
{
border-color: #2B6772;
}
</style>