Shades of Allports #2C677F
Tints of Allports #2C677F
RGB
CMYK
RGB Variations
Color information
#2C677F (or 0x2C677F) is known color: Allports. HEX triplet: 2C, 67 and 7F. RGB value is (44,103,127). Sum of RGB (Red+Green+Blue) = 44+103+127=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C677F is #D39880. Grayscale: #575757. Windows color (decimal): -13867137 or 8349484. OLE color: 8349484.
HSL color Cylindrical-coordinate representation of color #2C677F: hue angle of 197.35º 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 #2C677F is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 103 | 127 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.50 |
| HSL | 197.35º | 0.49% | 0.34% | - |
| HSV(B) | 197.35º | 0.65% | 0.5% | - |
| XYZ | 9.72 | 11.77 | 21.84 | - |
| YUV | 88.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 127 | 0.65 | 0.19 | 0 | 0.50 | 197.35 | 0.49 | 0.34 |
| Hex | 2C | 67 | 7F | 41 | 13 | 0 | 32 | C5 | 31 | 22 |
| Octal | 54 | 147 | 177 | 101 | 23 | 0 | 62 | 305 | 61 | 42 |
| Binary | 101100 | 1100111 | 1111111 | 1000001 | 10011 | 0 | 110010 | 11000101 | 110001 | 100010 |
Color Harmonies of #2C677F
Complementary color
Monochromatic Colors of #2C677F
Black with #2C677F
Text Example
Text Example
White with #2C677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C677F; }
p { color: rgb(44,103,127); }
H1.HeaderClassName
{
color: #2C677F;
}
.AnyTagClassName
{
color: #2C677F;
}
</style>
background-color css
<style>
a { background-color: #2C677F; }
a { background-color: rgb(44,103,127); }
div.DivClassName
{
background-color: #2C677F;
}
.BgClassName
{
background-color: #2C677F;
}
</style>
border-color css
<style>
span { border-color: #2C677F; }
span { border-color: rgb(44,103,127); }
td.TdClassName
{
border-color: #2C677F;
}
.TagClassName
{
border-color: #2C677F;
}
</style>