Shades of Allports #2C6A7F
Tints of Allports #2C6A7F
RGB
CMYK
RGB Variations
Color information
#2C6A7F (or 0x2C6A7F) is known color: Allports. HEX triplet: 2C, 6A and 7F. RGB value is (44,106,127). Sum of RGB (Red+Green+Blue) = 44+106+127=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C6A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6A7F is #D39580. Grayscale: #595959. Windows color (decimal): -13866369 or 8350252. OLE color: 8350252.
HSL color Cylindrical-coordinate representation of color #2C6A7F: hue angle of 195.18º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C6A7F is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 106 | 127 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.50 |
| HSL | 195.18º | 0.49% | 0.34% | - |
| HSV(B) | 195.18º | 0.65% | 0.5% | - |
| XYZ | 10.02 | 12.38 | 21.94 | - |
| YUV | 89.86 | 148.96 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 106 | 127 | 0.65 | 0.17 | 0 | 0.50 | 195.18 | 0.49 | 0.34 |
| Hex | 2C | 6A | 7F | 41 | 11 | 0 | 32 | C3 | 31 | 22 |
| Octal | 54 | 152 | 177 | 101 | 21 | 0 | 62 | 303 | 61 | 42 |
| Binary | 101100 | 1101010 | 1111111 | 1000001 | 10001 | 0 | 110010 | 11000011 | 110001 | 100010 |
Color Harmonies of #2C6A7F
Complementary color
Monochromatic Colors of #2C6A7F
Black with #2C6A7F
Text Example
Text Example
White with #2C6A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6A7F; }
p { color: rgb(44,106,127); }
H1.HeaderClassName
{
color: #2C6A7F;
}
.AnyTagClassName
{
color: #2C6A7F;
}
</style>
background-color css
<style>
a { background-color: #2C6A7F; }
a { background-color: rgb(44,106,127); }
div.DivClassName
{
background-color: #2C6A7F;
}
.BgClassName
{
background-color: #2C6A7F;
}
</style>
border-color css
<style>
span { border-color: #2C6A7F; }
span { border-color: rgb(44,106,127); }
td.TdClassName
{
border-color: #2C6A7F;
}
.TagClassName
{
border-color: #2C6A7F;
}
</style>