Shades of Teal Blue #304950
Tints of Teal Blue #304950
RGB
CMYK
RGB Variations
Color information
#304950 (or 0x304950) is known color: Teal Blue. HEX triplet: 30, 49 and 50. RGB value is (48,73,80). Sum of RGB (Red+Green+Blue) = 48+73+80=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #304950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304950 is #CFB6AF. Grayscale: #424242. Windows color (decimal): -13612720 or 5261616. OLE color: 5261616.
HSL color Cylindrical-coordinate representation of color #304950: hue angle of 193.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304950 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 73 | 80 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.69 |
| HSL | 193.13º | 0.25% | 0.25% | - |
| HSV(B) | 193.13º | 0.4% | 0.31% | - |
| XYZ | 5.05 | 5.97 | 8.48 | - |
| YUV | 66.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 80 | 0.40 | 0.09 | 0 | 0.69 | 193.13 | 0.25 | 0.25 |
| Hex | 30 | 49 | 50 | 28 | 9 | 0 | 45 | C1 | 19 | 19 |
| Octal | 60 | 111 | 120 | 50 | 11 | 0 | 105 | 301 | 31 | 31 |
| Binary | 110000 | 1001001 | 1010000 | 101000 | 1001 | 0 | 1000101 | 11000001 | 11001 | 11001 |
Color Harmonies of #304950
Complementary color
Monochromatic Colors of #304950
Black with #304950
Text Example
Text Example
White with #304950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304950; }
p { color: rgb(48,73,80); }
H1.HeaderClassName
{
color: #304950;
}
.AnyTagClassName
{
color: #304950;
}
</style>
background-color css
<style>
a { background-color: #304950; }
a { background-color: rgb(48,73,80); }
div.DivClassName
{
background-color: #304950;
}
.BgClassName
{
background-color: #304950;
}
</style>
border-color css
<style>
span { border-color: #304950; }
span { border-color: rgb(48,73,80); }
td.TdClassName
{
border-color: #304950;
}
.TagClassName
{
border-color: #304950;
}
</style>