Shades of Teal Blue #304A55
Tints of Teal Blue #304A55
RGB
CMYK
RGB Variations
Color information
#304A55 (or 0x304A55) is known color: Teal Blue. HEX triplet: 30, 4A and 55. RGB value is (48,74,85). Sum of RGB (Red+Green+Blue) = 48+74+85=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #304A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A55 is #CFB5AA. Grayscale: #434343. Windows color (decimal): -13612459 or 5589552. OLE color: 5589552.
HSL color Cylindrical-coordinate representation of color #304A55: hue angle of 197.84º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304A55 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 74 | 85 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.67 |
| HSL | 197.84º | 0.28% | 0.26% | - |
| HSV(B) | 197.84º | 0.44% | 0.33% | - |
| XYZ | 5.31 | 6.18 | 9.51 | - |
| YUV | 67.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 85 | 0.44 | 0.13 | 0 | 0.67 | 197.84 | 0.28 | 0.26 |
| Hex | 30 | 4A | 55 | 2C | D | 0 | 43 | C6 | 1C | 1A |
| Octal | 60 | 112 | 125 | 54 | 15 | 0 | 103 | 306 | 34 | 32 |
| Binary | 110000 | 1001010 | 1010101 | 101100 | 1101 | 0 | 1000011 | 11000110 | 11100 | 11010 |
Color Harmonies of #304A55
Complementary color
Monochromatic Colors of #304A55
Black with #304A55
Text Example
Text Example
White with #304A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A55; }
p { color: rgb(48,74,85); }
H1.HeaderClassName
{
color: #304A55;
}
.AnyTagClassName
{
color: #304A55;
}
</style>
background-color css
<style>
a { background-color: #304A55; }
a { background-color: rgb(48,74,85); }
div.DivClassName
{
background-color: #304A55;
}
.BgClassName
{
background-color: #304A55;
}
</style>
border-color css
<style>
span { border-color: #304A55; }
span { border-color: rgb(48,74,85); }
td.TdClassName
{
border-color: #304A55;
}
.TagClassName
{
border-color: #304A55;
}
</style>