Shades of Allports #2C687D
Tints of Allports #2C687D
RGB
CMYK
RGB Variations
Color information
#2C687D (or 0x2C687D) is known color: Allports. HEX triplet: 2C, 68 and 7D. RGB value is (44,104,125). Sum of RGB (Red+Green+Blue) = 44+104+125=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C687D is #D39782. Grayscale: #585858. Windows color (decimal): -13866883 or 8218668. OLE color: 8218668.
HSL color Cylindrical-coordinate representation of color #2C687D: hue angle of 195.56º 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 #2C687D is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 104 | 125 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.51 |
| HSL | 195.56º | 0.48% | 0.33% | - |
| HSV(B) | 195.56º | 0.65% | 0.49% | - |
| XYZ | 9.69 | 11.92 | 21.19 | - |
| YUV | 88.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 125 | 0.65 | 0.17 | 0 | 0.51 | 195.56 | 0.48 | 0.33 |
| Hex | 2C | 68 | 7D | 41 | 11 | 0 | 33 | C4 | 30 | 21 |
| Octal | 54 | 150 | 175 | 101 | 21 | 0 | 63 | 304 | 60 | 41 |
| Binary | 101100 | 1101000 | 1111101 | 1000001 | 10001 | 0 | 110011 | 11000100 | 110000 | 100001 |
Color Harmonies of #2C687D
Complementary color
Monochromatic Colors of #2C687D
Black with #2C687D
Text Example
Text Example
White with #2C687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C687D; }
p { color: rgb(44,104,125); }
H1.HeaderClassName
{
color: #2C687D;
}
.AnyTagClassName
{
color: #2C687D;
}
</style>
background-color css
<style>
a { background-color: #2C687D; }
a { background-color: rgb(44,104,125); }
div.DivClassName
{
background-color: #2C687D;
}
.BgClassName
{
background-color: #2C687D;
}
</style>
border-color css
<style>
span { border-color: #2C687D; }
span { border-color: rgb(44,104,125); }
td.TdClassName
{
border-color: #2C687D;
}
.TagClassName
{
border-color: #2C687D;
}
</style>