Shades of Teal Blue #2F4A53
Tints of Teal Blue #2F4A53
RGB
CMYK
RGB Variations
Color information
#2F4A53 (or 0x2F4A53) is known color: Teal Blue. HEX triplet: 2F, 4A and 53. RGB value is (47,74,83). Sum of RGB (Red+Green+Blue) = 47+74+83=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F4A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4A53 is #D0B5AC. Grayscale: #424242. Windows color (decimal): -13677997 or 5458479. OLE color: 5458479.
HSL color Cylindrical-coordinate representation of color #2F4A53: hue angle of 195º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F4A53 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 74 | 83 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.67 |
| HSL | 195º | 0.28% | 0.25% | - |
| HSV(B) | 195º | 0.43% | 0.33% | - |
| XYZ | 5.18 | 6.13 | 9.09 | - |
| YUV | 66.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 74 | 83 | 0.43 | 0.11 | 0 | 0.67 | 195 | 0.28 | 0.25 |
| Hex | 2F | 4A | 53 | 2B | B | 0 | 43 | C3 | 1C | 19 |
| Octal | 57 | 112 | 123 | 53 | 13 | 0 | 103 | 303 | 34 | 31 |
| Binary | 101111 | 1001010 | 1010011 | 101011 | 1011 | 0 | 1000011 | 11000011 | 11100 | 11001 |
Color Harmonies of #2F4A53
Complementary color
Monochromatic Colors of #2F4A53
Black with #2F4A53
Text Example
Text Example
White with #2F4A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4A53; }
p { color: rgb(47,74,83); }
H1.HeaderClassName
{
color: #2F4A53;
}
.AnyTagClassName
{
color: #2F4A53;
}
</style>
background-color css
<style>
a { background-color: #2F4A53; }
a { background-color: rgb(47,74,83); }
div.DivClassName
{
background-color: #2F4A53;
}
.BgClassName
{
background-color: #2F4A53;
}
</style>
border-color css
<style>
span { border-color: #2F4A53; }
span { border-color: rgb(47,74,83); }
td.TdClassName
{
border-color: #2F4A53;
}
.TagClassName
{
border-color: #2F4A53;
}
</style>