Shades of Teal Blue #2F4652
Tints of Teal Blue #2F4652
RGB
CMYK
RGB Variations
Color information
#2F4652 (or 0x2F4652) is known color: Teal Blue. HEX triplet: 2F, 46 and 52. RGB value is (47,70,82). Sum of RGB (Red+Green+Blue) = 47+70+82=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #2F4652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4652 is #D0B9AD. Grayscale: #404040. Windows color (decimal): -13679022 or 5391919. OLE color: 5391919.
HSL color Cylindrical-coordinate representation of color #2F4652: hue angle of 200.57º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F4652 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 70 | 82 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.68 |
| HSL | 200.57º | 0.27% | 0.25% | - |
| HSV(B) | 200.57º | 0.43% | 0.32% | - |
| XYZ | 4.89 | 5.59 | 8.8 | - |
| YUV | 64.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 82 | 0.43 | 0.15 | 0 | 0.68 | 200.57 | 0.27 | 0.25 |
| Hex | 2F | 46 | 52 | 2B | F | 0 | 44 | C9 | 1B | 19 |
| Octal | 57 | 106 | 122 | 53 | 17 | 0 | 104 | 311 | 33 | 31 |
| Binary | 101111 | 1000110 | 1010010 | 101011 | 1111 | 0 | 1000100 | 11001001 | 11011 | 11001 |
Color Harmonies of #2F4652
Complementary color
Monochromatic Colors of #2F4652
Black with #2F4652
Text Example
Text Example
White with #2F4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4652; }
p { color: rgb(47,70,82); }
H1.HeaderClassName
{
color: #2F4652;
}
.AnyTagClassName
{
color: #2F4652;
}
</style>
background-color css
<style>
a { background-color: #2F4652; }
a { background-color: rgb(47,70,82); }
div.DivClassName
{
background-color: #2F4652;
}
.BgClassName
{
background-color: #2F4652;
}
</style>
border-color css
<style>
span { border-color: #2F4652; }
span { border-color: rgb(47,70,82); }
td.TdClassName
{
border-color: #2F4652;
}
.TagClassName
{
border-color: #2F4652;
}
</style>