Shades of Teal Blue #304A50
Tints of Teal Blue #304A50
RGB
CMYK
RGB Variations
Color information
#304A50 (or 0x304A50) is known color: Teal Blue. HEX triplet: 30, 4A and 50. RGB value is (48,74,80). Sum of RGB (Red+Green+Blue) = 48+74+80=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #304A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A50 is #CFB5AF. Grayscale: #424242. Windows color (decimal): -13612464 or 5261872. OLE color: 5261872.
HSL color Cylindrical-coordinate representation of color #304A50: hue angle of 191.25º 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 #304A50 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 74 | 80 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.69 |
| HSL | 191.25º | 0.25% | 0.25% | - |
| HSV(B) | 191.25º | 0.4% | 0.31% | - |
| XYZ | 5.12 | 6.11 | 8.5 | - |
| YUV | 66.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 80 | 0.40 | 0.08 | 0 | 0.69 | 191.25 | 0.25 | 0.25 |
| Hex | 30 | 4A | 50 | 28 | 8 | 0 | 45 | BF | 19 | 19 |
| Octal | 60 | 112 | 120 | 50 | 10 | 0 | 105 | 277 | 31 | 31 |
| Binary | 110000 | 1001010 | 1010000 | 101000 | 1000 | 0 | 1000101 | 10111111 | 11001 | 11001 |
Color Harmonies of #304A50
Complementary color
Monochromatic Colors of #304A50
Black with #304A50
Text Example
Text Example
White with #304A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A50; }
p { color: rgb(48,74,80); }
H1.HeaderClassName
{
color: #304A50;
}
.AnyTagClassName
{
color: #304A50;
}
</style>
background-color css
<style>
a { background-color: #304A50; }
a { background-color: rgb(48,74,80); }
div.DivClassName
{
background-color: #304A50;
}
.BgClassName
{
background-color: #304A50;
}
</style>
border-color css
<style>
span { border-color: #304A50; }
span { border-color: rgb(48,74,80); }
td.TdClassName
{
border-color: #304A50;
}
.TagClassName
{
border-color: #304A50;
}
</style>