Shades of Allports #2B677E
Tints of Allports #2B677E
RGB
CMYK
RGB Variations
Color information
#2B677E (or 0x2B677E) is known color: Allports. HEX triplet: 2B, 67 and 7E. RGB value is (43,103,126). Sum of RGB (Red+Green+Blue) = 43+103+126=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B677E is #D49881. Grayscale: #575757. Windows color (decimal): -13932674 or 8283947. OLE color: 8283947.
HSL color Cylindrical-coordinate representation of color #2B677E: hue angle of 196.63º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B677E is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 103 | 126 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.51 |
| HSL | 196.63º | 0.49% | 0.33% | - |
| HSV(B) | 196.63º | 0.66% | 0.49% | - |
| XYZ | 9.61 | 11.72 | 21.49 | - |
| YUV | 87.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 126 | 0.66 | 0.18 | 0 | 0.51 | 196.63 | 0.49 | 0.33 |
| Hex | 2B | 67 | 7E | 42 | 12 | 0 | 33 | C5 | 31 | 21 |
| Octal | 53 | 147 | 176 | 102 | 22 | 0 | 63 | 305 | 61 | 41 |
| Binary | 101011 | 1100111 | 1111110 | 1000010 | 10010 | 0 | 110011 | 11000101 | 110001 | 100001 |
Color Harmonies of #2B677E
Complementary color
Monochromatic Colors of #2B677E
Black with #2B677E
Text Example
Text Example
White with #2B677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B677E; }
p { color: rgb(43,103,126); }
H1.HeaderClassName
{
color: #2B677E;
}
.AnyTagClassName
{
color: #2B677E;
}
</style>
background-color css
<style>
a { background-color: #2B677E; }
a { background-color: rgb(43,103,126); }
div.DivClassName
{
background-color: #2B677E;
}
.BgClassName
{
background-color: #2B677E;
}
</style>
border-color css
<style>
span { border-color: #2B677E; }
span { border-color: rgb(43,103,126); }
td.TdClassName
{
border-color: #2B677E;
}
.TagClassName
{
border-color: #2B677E;
}
</style>