Shades of Allports #2B687C
Tints of Allports #2B687C
RGB
CMYK
RGB Variations
Color information
#2B687C (or 0x2B687C) is known color: Allports. HEX triplet: 2B, 68 and 7C. RGB value is (43,104,124). Sum of RGB (Red+Green+Blue) = 43+104+124=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B687C is #D49783. Grayscale: #575757. Windows color (decimal): -13932420 or 8153131. OLE color: 8153131.
HSL color Cylindrical-coordinate representation of color #2B687C: hue angle of 194.81º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B687C is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 104 | 124 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.51 |
| HSL | 194.81º | 0.49% | 0.33% | - |
| HSV(B) | 194.81º | 0.65% | 0.49% | - |
| XYZ | 9.58 | 11.87 | 20.85 | - |
| YUV | 88.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 124 | 0.65 | 0.16 | 0 | 0.51 | 194.81 | 0.49 | 0.33 |
| Hex | 2B | 68 | 7C | 41 | 10 | 0 | 33 | C3 | 31 | 21 |
| Octal | 53 | 150 | 174 | 101 | 20 | 0 | 63 | 303 | 61 | 41 |
| Binary | 101011 | 1101000 | 1111100 | 1000001 | 10000 | 0 | 110011 | 11000011 | 110001 | 100001 |
Color Harmonies of #2B687C
Complementary color
Monochromatic Colors of #2B687C
Black with #2B687C
Text Example
Text Example
White with #2B687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B687C; }
p { color: rgb(43,104,124); }
H1.HeaderClassName
{
color: #2B687C;
}
.AnyTagClassName
{
color: #2B687C;
}
</style>
background-color css
<style>
a { background-color: #2B687C; }
a { background-color: rgb(43,104,124); }
div.DivClassName
{
background-color: #2B687C;
}
.BgClassName
{
background-color: #2B687C;
}
</style>
border-color css
<style>
span { border-color: #2B687C; }
span { border-color: rgb(43,104,124); }
td.TdClassName
{
border-color: #2B687C;
}
.TagClassName
{
border-color: #2B687C;
}
</style>