Shades of Allports #2C667C
Tints of Allports #2C667C
RGB
CMYK
RGB Variations
Color information
#2C667C (or 0x2C667C) is known color: Allports. HEX triplet: 2C, 66 and 7C. RGB value is (44,102,124). Sum of RGB (Red+Green+Blue) = 44+102+124=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C667C is #D39983. Grayscale: #575757. Windows color (decimal): -13867396 or 8152620. OLE color: 8152620.
HSL color Cylindrical-coordinate representation of color #2C667C: hue angle of 196.5º 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 #2C667C is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 102 | 124 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.51 |
| HSL | 196.5º | 0.48% | 0.33% | - |
| HSV(B) | 196.5º | 0.65% | 0.49% | - |
| XYZ | 9.43 | 11.49 | 20.79 | - |
| YUV | 87.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 124 | 0.65 | 0.18 | 0 | 0.51 | 196.5 | 0.48 | 0.33 |
| Hex | 2C | 66 | 7C | 41 | 12 | 0 | 33 | C4 | 30 | 21 |
| Octal | 54 | 146 | 174 | 101 | 22 | 0 | 63 | 304 | 60 | 41 |
| Binary | 101100 | 1100110 | 1111100 | 1000001 | 10010 | 0 | 110011 | 11000100 | 110000 | 100001 |
Color Harmonies of #2C667C
Complementary color
Monochromatic Colors of #2C667C
Black with #2C667C
Text Example
Text Example
White with #2C667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C667C; }
p { color: rgb(44,102,124); }
H1.HeaderClassName
{
color: #2C667C;
}
.AnyTagClassName
{
color: #2C667C;
}
</style>
background-color css
<style>
a { background-color: #2C667C; }
a { background-color: rgb(44,102,124); }
div.DivClassName
{
background-color: #2C667C;
}
.BgClassName
{
background-color: #2C667C;
}
</style>
border-color css
<style>
span { border-color: #2C667C; }
span { border-color: rgb(44,102,124); }
td.TdClassName
{
border-color: #2C667C;
}
.TagClassName
{
border-color: #2C667C;
}
</style>