Shades of Teal Blue #304E58
Tints of Teal Blue #304E58
RGB
CMYK
RGB Variations
Color information
#304E58 (or 0x304E58) is known color: Teal Blue. HEX triplet: 30, 4E and 58. RGB value is (48,78,88). Sum of RGB (Red+Green+Blue) = 48+78+88=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #304E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E58 is #CFB1A7. Grayscale: #464646. Windows color (decimal): -13611432 or 5787184. OLE color: 5787184.
HSL color Cylindrical-coordinate representation of color #304E58: hue angle of 195º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304E58 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 78 | 88 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.65 |
| HSL | 195º | 0.29% | 0.27% | - |
| HSV(B) | 195º | 0.45% | 0.35% | - |
| XYZ | 5.7 | 6.78 | 10.24 | - |
| YUV | 70.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 88 | 0.45 | 0.11 | 0 | 0.65 | 195 | 0.29 | 0.27 |
| Hex | 30 | 4E | 58 | 2D | B | 0 | 41 | C3 | 1D | 1B |
| Octal | 60 | 116 | 130 | 55 | 13 | 0 | 101 | 303 | 35 | 33 |
| Binary | 110000 | 1001110 | 1011000 | 101101 | 1011 | 0 | 1000001 | 11000011 | 11101 | 11011 |
Color Harmonies of #304E58
Complementary color
Monochromatic Colors of #304E58
Black with #304E58
Text Example
Text Example
White with #304E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E58; }
p { color: rgb(48,78,88); }
H1.HeaderClassName
{
color: #304E58;
}
.AnyTagClassName
{
color: #304E58;
}
</style>
background-color css
<style>
a { background-color: #304E58; }
a { background-color: rgb(48,78,88); }
div.DivClassName
{
background-color: #304E58;
}
.BgClassName
{
background-color: #304E58;
}
</style>
border-color css
<style>
span { border-color: #304E58; }
span { border-color: rgb(48,78,88); }
td.TdClassName
{
border-color: #304E58;
}
.TagClassName
{
border-color: #304E58;
}
</style>