Shades of Teal Blue #304C54
Tints of Teal Blue #304C54
RGB
CMYK
RGB Variations
Color information
#304C54 (or 0x304C54) is known color: Teal Blue. HEX triplet: 30, 4C and 54. RGB value is (48,76,84). Sum of RGB (Red+Green+Blue) = 48+76+84=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #304C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C54 is #CFB3AB. Grayscale: #444444. Windows color (decimal): -13611948 or 5524528. OLE color: 5524528.
HSL color Cylindrical-coordinate representation of color #304C54: hue angle of 193.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #304C54 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 76 | 84 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.67 |
| HSL | 193.33º | 0.27% | 0.26% | - |
| HSV(B) | 193.33º | 0.43% | 0.33% | - |
| XYZ | 5.4 | 6.44 | 9.35 | - |
| YUV | 68.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 84 | 0.43 | 0.10 | 0 | 0.67 | 193.33 | 0.27 | 0.26 |
| Hex | 30 | 4C | 54 | 2B | A | 0 | 43 | C1 | 1B | 1A |
| Octal | 60 | 114 | 124 | 53 | 12 | 0 | 103 | 301 | 33 | 32 |
| Binary | 110000 | 1001100 | 1010100 | 101011 | 1010 | 0 | 1000011 | 11000001 | 11011 | 11010 |
Color Harmonies of #304C54
Complementary color
Monochromatic Colors of #304C54
Black with #304C54
Text Example
Text Example
White with #304C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C54; }
p { color: rgb(48,76,84); }
H1.HeaderClassName
{
color: #304C54;
}
.AnyTagClassName
{
color: #304C54;
}
</style>
background-color css
<style>
a { background-color: #304C54; }
a { background-color: rgb(48,76,84); }
div.DivClassName
{
background-color: #304C54;
}
.BgClassName
{
background-color: #304C54;
}
</style>
border-color css
<style>
span { border-color: #304C54; }
span { border-color: rgb(48,76,84); }
td.TdClassName
{
border-color: #304C54;
}
.TagClassName
{
border-color: #304C54;
}
</style>