Shades of Allports #2C707E
Tints of Allports #2C707E
RGB
CMYK
RGB Variations
Color information
#2C707E (or 0x2C707E) is known color: Allports. HEX triplet: 2C, 70 and 7E. RGB value is (44,112,126). Sum of RGB (Red+Green+Blue) = 44+112+126=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C707E is #D38F81. Grayscale: #5D5D5D. Windows color (decimal): -13864834 or 8286252. OLE color: 8286252.
HSL color Cylindrical-coordinate representation of color #2C707E: hue angle of 190.24º degrees, saturation: 0.48, 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 #2C707E is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 112 | 126 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.51 |
| HSL | 190.24º | 0.48% | 0.33% | - |
| HSV(B) | 190.24º | 0.65% | 0.49% | - |
| XYZ | 10.6 | 13.63 | 21.81 | - |
| YUV | 93.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 126 | 0.65 | 0.11 | 0 | 0.51 | 190.24 | 0.48 | 0.33 |
| Hex | 2C | 70 | 7E | 41 | B | 0 | 33 | BE | 30 | 21 |
| Octal | 54 | 160 | 176 | 101 | 13 | 0 | 63 | 276 | 60 | 41 |
| Binary | 101100 | 1110000 | 1111110 | 1000001 | 1011 | 0 | 110011 | 10111110 | 110000 | 100001 |
Color Harmonies of #2C707E
Complementary color
Monochromatic Colors of #2C707E
Black with #2C707E
Text Example
Text Example
White with #2C707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C707E; }
p { color: rgb(44,112,126); }
H1.HeaderClassName
{
color: #2C707E;
}
.AnyTagClassName
{
color: #2C707E;
}
</style>
background-color css
<style>
a { background-color: #2C707E; }
a { background-color: rgb(44,112,126); }
div.DivClassName
{
background-color: #2C707E;
}
.BgClassName
{
background-color: #2C707E;
}
</style>
border-color css
<style>
span { border-color: #2C707E; }
span { border-color: rgb(44,112,126); }
td.TdClassName
{
border-color: #2C707E;
}
.TagClassName
{
border-color: #2C707E;
}
</style>