Shades of Teal Blue #2C464F
Tints of Teal Blue #2C464F
RGB
CMYK
RGB Variations
Color information
#2C464F (or 0x2C464F) is known color: Teal Blue. HEX triplet: 2C, 46 and 4F. RGB value is (44,70,79). Sum of RGB (Red+Green+Blue) = 44+70+79=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C464F is #D3B9B0. Grayscale: #3F3F3F. Windows color (decimal): -13875633 or 5195308. OLE color: 5195308.
HSL color Cylindrical-coordinate representation of color #2C464F: hue angle of 195.43º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C464F is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 70 | 79 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.69 |
| HSL | 195.43º | 0.28% | 0.24% | - |
| HSV(B) | 195.43º | 0.44% | 0.31% | - |
| XYZ | 4.64 | 5.48 | 8.21 | - |
| YUV | 63.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 79 | 0.44 | 0.11 | 0 | 0.69 | 195.43 | 0.28 | 0.24 |
| Hex | 2C | 46 | 4F | 2C | B | 0 | 45 | C3 | 1C | 18 |
| Octal | 54 | 106 | 117 | 54 | 13 | 0 | 105 | 303 | 34 | 30 |
| Binary | 101100 | 1000110 | 1001111 | 101100 | 1011 | 0 | 1000101 | 11000011 | 11100 | 11000 |
Color Harmonies of #2C464F
Complementary color
Monochromatic Colors of #2C464F
Black with #2C464F
Text Example
Text Example
White with #2C464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C464F; }
p { color: rgb(44,70,79); }
H1.HeaderClassName
{
color: #2C464F;
}
.AnyTagClassName
{
color: #2C464F;
}
</style>
background-color css
<style>
a { background-color: #2C464F; }
a { background-color: rgb(44,70,79); }
div.DivClassName
{
background-color: #2C464F;
}
.BgClassName
{
background-color: #2C464F;
}
</style>
border-color css
<style>
span { border-color: #2C464F; }
span { border-color: rgb(44,70,79); }
td.TdClassName
{
border-color: #2C464F;
}
.TagClassName
{
border-color: #2C464F;
}
</style>