Shades of Teal Blue #304F57
Tints of Teal Blue #304F57
RGB
CMYK
RGB Variations
Color information
#304F57 (or 0x304F57) is known color: Teal Blue. HEX triplet: 30, 4F and 57. RGB value is (48,79,87). Sum of RGB (Red+Green+Blue) = 48+79+87=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #304F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F57 is #CFB0A8. Grayscale: #464646. Windows color (decimal): -13611177 or 5721904. OLE color: 5721904.
HSL color Cylindrical-coordinate representation of color #304F57: hue angle of 192.31º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304F57 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 79 | 87 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.66 |
| HSL | 192.31º | 0.29% | 0.26% | - |
| HSV(B) | 192.31º | 0.45% | 0.34% | - |
| XYZ | 5.74 | 6.91 | 10.05 | - |
| YUV | 70.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 87 | 0.45 | 0.09 | 0 | 0.66 | 192.31 | 0.29 | 0.26 |
| Hex | 30 | 4F | 57 | 2D | 9 | 0 | 42 | C0 | 1D | 1A |
| Octal | 60 | 117 | 127 | 55 | 11 | 0 | 102 | 300 | 35 | 32 |
| Binary | 110000 | 1001111 | 1010111 | 101101 | 1001 | 0 | 1000010 | 11000000 | 11101 | 11010 |
Color Harmonies of #304F57
Complementary color
Monochromatic Colors of #304F57
Black with #304F57
Text Example
Text Example
White with #304F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F57; }
p { color: rgb(48,79,87); }
H1.HeaderClassName
{
color: #304F57;
}
.AnyTagClassName
{
color: #304F57;
}
</style>
background-color css
<style>
a { background-color: #304F57; }
a { background-color: rgb(48,79,87); }
div.DivClassName
{
background-color: #304F57;
}
.BgClassName
{
background-color: #304F57;
}
</style>
border-color css
<style>
span { border-color: #304F57; }
span { border-color: rgb(48,79,87); }
td.TdClassName
{
border-color: #304F57;
}
.TagClassName
{
border-color: #304F57;
}
</style>