Shades of Allports #2C707F
Tints of Allports #2C707F
RGB
CMYK
RGB Variations
Color information
#2C707F (or 0x2C707F) is known color: Allports. HEX triplet: 2C, 70 and 7F. RGB value is (44,112,127). Sum of RGB (Red+Green+Blue) = 44+112+127=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C707F is #D38F80. Grayscale: #5D5D5D. Windows color (decimal): -13864833 or 8351788. OLE color: 8351788.
HSL color Cylindrical-coordinate representation of color #2C707F: hue angle of 190.84º 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 #2C707F is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 112 | 127 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.50 |
| HSL | 190.84º | 0.49% | 0.34% | - |
| HSV(B) | 190.84º | 0.65% | 0.5% | - |
| XYZ | 10.66 | 13.66 | 22.15 | - |
| YUV | 93.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 127 | 0.65 | 0.12 | 0 | 0.50 | 190.84 | 0.49 | 0.34 |
| Hex | 2C | 70 | 7F | 41 | C | 0 | 32 | BF | 31 | 22 |
| Octal | 54 | 160 | 177 | 101 | 14 | 0 | 62 | 277 | 61 | 42 |
| Binary | 101100 | 1110000 | 1111111 | 1000001 | 1100 | 0 | 110010 | 10111111 | 110001 | 100010 |
Color Harmonies of #2C707F
Complementary color
Monochromatic Colors of #2C707F
Black with #2C707F
Text Example
Text Example
White with #2C707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C707F; }
p { color: rgb(44,112,127); }
H1.HeaderClassName
{
color: #2C707F;
}
.AnyTagClassName
{
color: #2C707F;
}
</style>
background-color css
<style>
a { background-color: #2C707F; }
a { background-color: rgb(44,112,127); }
div.DivClassName
{
background-color: #2C707F;
}
.BgClassName
{
background-color: #2C707F;
}
</style>
border-color css
<style>
span { border-color: #2C707F; }
span { border-color: rgb(44,112,127); }
td.TdClassName
{
border-color: #2C707F;
}
.TagClassName
{
border-color: #2C707F;
}
</style>