Shades of Teal Blue #2A4752
Tints of Teal Blue #2A4752
RGB
CMYK
RGB Variations
Color information
#2A4752 (or 0x2A4752) is known color: Teal Blue. HEX triplet: 2A, 47 and 52. RGB value is (42,71,82). Sum of RGB (Red+Green+Blue) = 42+71+82=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #2A4752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4752 is #D5B8AD. Grayscale: #3F3F3F. Windows color (decimal): -14006446 or 5392170. OLE color: 5392170.
HSL color Cylindrical-coordinate representation of color #2A4752: hue angle of 196.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A4752 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 71 | 82 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.68 |
| HSL | 196.5º | 0.32% | 0.24% | - |
| HSV(B) | 196.5º | 0.49% | 0.32% | - |
| XYZ | 4.73 | 5.61 | 8.82 | - |
| YUV | 63.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 82 | 0.49 | 0.13 | 0 | 0.68 | 196.5 | 0.32 | 0.24 |
| Hex | 2A | 47 | 52 | 31 | D | 0 | 44 | C4 | 20 | 18 |
| Octal | 52 | 107 | 122 | 61 | 15 | 0 | 104 | 304 | 40 | 30 |
| Binary | 101010 | 1000111 | 1010010 | 110001 | 1101 | 0 | 1000100 | 11000100 | 100000 | 11000 |
Color Harmonies of #2A4752
Complementary color
Monochromatic Colors of #2A4752
Black with #2A4752
Text Example
Text Example
White with #2A4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4752; }
p { color: rgb(42,71,82); }
H1.HeaderClassName
{
color: #2A4752;
}
.AnyTagClassName
{
color: #2A4752;
}
</style>
background-color css
<style>
a { background-color: #2A4752; }
a { background-color: rgb(42,71,82); }
div.DivClassName
{
background-color: #2A4752;
}
.BgClassName
{
background-color: #2A4752;
}
</style>
border-color css
<style>
span { border-color: #2A4752; }
span { border-color: rgb(42,71,82); }
td.TdClassName
{
border-color: #2A4752;
}
.TagClassName
{
border-color: #2A4752;
}
</style>