Shades of Teal Blue #2C464C
Tints of Teal Blue #2C464C
RGB
CMYK
RGB Variations
Color information
#2C464C (or 0x2C464C) is known color: Teal Blue. HEX triplet: 2C, 46 and 4C. RGB value is (44,70,76). Sum of RGB (Red+Green+Blue) = 44+70+76=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C464C is #D3B9B3. Grayscale: #3E3E3E. Windows color (decimal): -13875636 or 4998700. OLE color: 4998700.
HSL color Cylindrical-coordinate representation of color #2C464C: hue angle of 191.25º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C464C is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 70 | 76 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.70 |
| HSL | 191.25º | 0.27% | 0.24% | - |
| HSV(B) | 191.25º | 0.42% | 0.3% | - |
| XYZ | 4.53 | 5.44 | 7.65 | - |
| YUV | 62.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 76 | 0.42 | 0.08 | 0 | 0.70 | 191.25 | 0.27 | 0.24 |
| Hex | 2C | 46 | 4C | 2A | 8 | 0 | 46 | BF | 1B | 18 |
| Octal | 54 | 106 | 114 | 52 | 10 | 0 | 106 | 277 | 33 | 30 |
| Binary | 101100 | 1000110 | 1001100 | 101010 | 1000 | 0 | 1000110 | 10111111 | 11011 | 11000 |
Color Harmonies of #2C464C
Complementary color
Monochromatic Colors of #2C464C
Black with #2C464C
Text Example
Text Example
White with #2C464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C464C; }
p { color: rgb(44,70,76); }
H1.HeaderClassName
{
color: #2C464C;
}
.AnyTagClassName
{
color: #2C464C;
}
</style>
background-color css
<style>
a { background-color: #2C464C; }
a { background-color: rgb(44,70,76); }
div.DivClassName
{
background-color: #2C464C;
}
.BgClassName
{
background-color: #2C464C;
}
</style>
border-color css
<style>
span { border-color: #2C464C; }
span { border-color: rgb(44,70,76); }
td.TdClassName
{
border-color: #2C464C;
}
.TagClassName
{
border-color: #2C464C;
}
</style>