Shades of Teal Blue #2F4753
Tints of Teal Blue #2F4753
RGB
CMYK
RGB Variations
Color information
#2F4753 (or 0x2F4753) is known color: Teal Blue. HEX triplet: 2F, 47 and 53. RGB value is (47,71,83). Sum of RGB (Red+Green+Blue) = 47+71+83=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F4753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4753 is #D0B8AC. Grayscale: #414141. Windows color (decimal): -13678765 or 5457711. OLE color: 5457711.
HSL color Cylindrical-coordinate representation of color #2F4753: hue angle of 200º 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 #2F4753 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 71 | 83 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.67 |
| HSL | 200º | 0.28% | 0.25% | - |
| HSV(B) | 200º | 0.43% | 0.33% | - |
| XYZ | 4.99 | 5.74 | 9.03 | - |
| YUV | 65.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 83 | 0.43 | 0.14 | 0 | 0.67 | 200 | 0.28 | 0.25 |
| Hex | 2F | 47 | 53 | 2B | E | 0 | 43 | C8 | 1C | 19 |
| Octal | 57 | 107 | 123 | 53 | 16 | 0 | 103 | 310 | 34 | 31 |
| Binary | 101111 | 1000111 | 1010011 | 101011 | 1110 | 0 | 1000011 | 11001000 | 11100 | 11001 |
Color Harmonies of #2F4753
Complementary color
Monochromatic Colors of #2F4753
Black with #2F4753
Text Example
Text Example
White with #2F4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4753; }
p { color: rgb(47,71,83); }
H1.HeaderClassName
{
color: #2F4753;
}
.AnyTagClassName
{
color: #2F4753;
}
</style>
background-color css
<style>
a { background-color: #2F4753; }
a { background-color: rgb(47,71,83); }
div.DivClassName
{
background-color: #2F4753;
}
.BgClassName
{
background-color: #2F4753;
}
</style>
border-color css
<style>
span { border-color: #2F4753; }
span { border-color: rgb(47,71,83); }
td.TdClassName
{
border-color: #2F4753;
}
.TagClassName
{
border-color: #2F4753;
}
</style>