Shades of Teal Blue #2F4853
Tints of Teal Blue #2F4853
RGB
CMYK
RGB Variations
Color information
#2F4853 (or 0x2F4853) is known color: Teal Blue. HEX triplet: 2F, 48 and 53. RGB value is (47,72,83). Sum of RGB (Red+Green+Blue) = 47+72+83=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F4853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4853 is #D0B7AC. Grayscale: #414141. Windows color (decimal): -13678509 or 5457967. OLE color: 5457967.
HSL color Cylindrical-coordinate representation of color #2F4853: hue angle of 198.33º 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 #2F4853 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 72 | 83 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.67 |
| HSL | 198.33º | 0.28% | 0.25% | - |
| HSV(B) | 198.33º | 0.43% | 0.33% | - |
| XYZ | 5.05 | 5.86 | 9.05 | - |
| YUV | 65.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 83 | 0.43 | 0.13 | 0 | 0.67 | 198.33 | 0.28 | 0.25 |
| Hex | 2F | 48 | 53 | 2B | D | 0 | 43 | C6 | 1C | 19 |
| Octal | 57 | 110 | 123 | 53 | 15 | 0 | 103 | 306 | 34 | 31 |
| Binary | 101111 | 1001000 | 1010011 | 101011 | 1101 | 0 | 1000011 | 11000110 | 11100 | 11001 |
Color Harmonies of #2F4853
Complementary color
Monochromatic Colors of #2F4853
Black with #2F4853
Text Example
Text Example
White with #2F4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4853; }
p { color: rgb(47,72,83); }
H1.HeaderClassName
{
color: #2F4853;
}
.AnyTagClassName
{
color: #2F4853;
}
</style>
background-color css
<style>
a { background-color: #2F4853; }
a { background-color: rgb(47,72,83); }
div.DivClassName
{
background-color: #2F4853;
}
.BgClassName
{
background-color: #2F4853;
}
</style>
border-color css
<style>
span { border-color: #2F4853; }
span { border-color: rgb(47,72,83); }
td.TdClassName
{
border-color: #2F4853;
}
.TagClassName
{
border-color: #2F4853;
}
</style>