Shades of Allports #2C7383
Tints of Allports #2C7383
RGB
CMYK
RGB Variations
Color information
#2C7383 (or 0x2C7383) is known color: Allports. HEX triplet: 2C, 73 and 83. RGB value is (44,115,131). Sum of RGB (Red+Green+Blue) = 44+115+131=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C7383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7383 is #D38C7C. Grayscale: #5F5F5F. Windows color (decimal): -13864061 or 8614700. OLE color: 8614700.
HSL color Cylindrical-coordinate representation of color #2C7383: hue angle of 191.03º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C7383 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 115 | 131 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.49 |
| HSL | 191.03º | 0.5% | 0.34% | - |
| HSV(B) | 191.03º | 0.66% | 0.51% | - |
| XYZ | 11.27 | 14.44 | 23.67 | - |
| YUV | 95.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 115 | 131 | 0.66 | 0.12 | 0 | 0.49 | 191.03 | 0.5 | 0.34 |
| Hex | 2C | 73 | 83 | 42 | C | 0 | 31 | BF | 32 | 22 |
| Octal | 54 | 163 | 203 | 102 | 14 | 0 | 61 | 277 | 62 | 42 |
| Binary | 101100 | 1110011 | 10000011 | 1000010 | 1100 | 0 | 110001 | 10111111 | 110010 | 100010 |
Color Harmonies of #2C7383
Complementary color
Monochromatic Colors of #2C7383
Black with #2C7383
Text Example
Text Example
White with #2C7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7383; }
p { color: rgb(44,115,131); }
H1.HeaderClassName
{
color: #2C7383;
}
.AnyTagClassName
{
color: #2C7383;
}
</style>
background-color css
<style>
a { background-color: #2C7383; }
a { background-color: rgb(44,115,131); }
div.DivClassName
{
background-color: #2C7383;
}
.BgClassName
{
background-color: #2C7383;
}
</style>
border-color css
<style>
span { border-color: #2C7383; }
span { border-color: rgb(44,115,131); }
td.TdClassName
{
border-color: #2C7383;
}
.TagClassName
{
border-color: #2C7383;
}
</style>