Shades of Allports #2B687F
Tints of Allports #2B687F
RGB
CMYK
RGB Variations
Color information
#2B687F (or 0x2B687F) is known color: Allports. HEX triplet: 2B, 68 and 7F. RGB value is (43,104,127). Sum of RGB (Red+Green+Blue) = 43+104+127=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B687F is #D49780. Grayscale: #585858. Windows color (decimal): -13932417 or 8349739. OLE color: 8349739.
HSL color Cylindrical-coordinate representation of color #2B687F: hue angle of 196.43º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B687F is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 104 | 127 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.50 |
| HSL | 196.43º | 0.49% | 0.33% | - |
| HSV(B) | 196.43º | 0.66% | 0.5% | - |
| XYZ | 9.78 | 11.95 | 21.87 | - |
| YUV | 88.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 127 | 0.66 | 0.18 | 0 | 0.50 | 196.43 | 0.49 | 0.33 |
| Hex | 2B | 68 | 7F | 42 | 12 | 0 | 32 | C4 | 31 | 21 |
| Octal | 53 | 150 | 177 | 102 | 22 | 0 | 62 | 304 | 61 | 41 |
| Binary | 101011 | 1101000 | 1111111 | 1000010 | 10010 | 0 | 110010 | 11000100 | 110001 | 100001 |
Color Harmonies of #2B687F
Complementary color
Monochromatic Colors of #2B687F
Black with #2B687F
Text Example
Text Example
White with #2B687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B687F; }
p { color: rgb(43,104,127); }
H1.HeaderClassName
{
color: #2B687F;
}
.AnyTagClassName
{
color: #2B687F;
}
</style>
background-color css
<style>
a { background-color: #2B687F; }
a { background-color: rgb(43,104,127); }
div.DivClassName
{
background-color: #2B687F;
}
.BgClassName
{
background-color: #2B687F;
}
</style>
border-color css
<style>
span { border-color: #2B687F; }
span { border-color: rgb(43,104,127); }
td.TdClassName
{
border-color: #2B687F;
}
.TagClassName
{
border-color: #2B687F;
}
</style>