Shades of Teal Blue #304C55
Tints of Teal Blue #304C55
RGB
CMYK
RGB Variations
Color information
#304C55 (or 0x304C55) is known color: Teal Blue. HEX triplet: 30, 4C and 55. RGB value is (48,76,85). Sum of RGB (Red+Green+Blue) = 48+76+85=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #304C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C55 is #CFB3AA. Grayscale: #444444. Windows color (decimal): -13611947 or 5590064. OLE color: 5590064.
HSL color Cylindrical-coordinate representation of color #304C55: hue angle of 194.59º 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 #304C55 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 76 | 85 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.67 |
| HSL | 194.59º | 0.28% | 0.26% | - |
| HSV(B) | 194.59º | 0.44% | 0.33% | - |
| XYZ | 5.44 | 6.45 | 9.55 | - |
| YUV | 68.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 85 | 0.44 | 0.11 | 0 | 0.67 | 194.59 | 0.28 | 0.26 |
| Hex | 30 | 4C | 55 | 2C | B | 0 | 43 | C3 | 1C | 1A |
| Octal | 60 | 114 | 125 | 54 | 13 | 0 | 103 | 303 | 34 | 32 |
| Binary | 110000 | 1001100 | 1010101 | 101100 | 1011 | 0 | 1000011 | 11000011 | 11100 | 11010 |
Color Harmonies of #304C55
Complementary color
Monochromatic Colors of #304C55
Black with #304C55
Text Example
Text Example
White with #304C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C55; }
p { color: rgb(48,76,85); }
H1.HeaderClassName
{
color: #304C55;
}
.AnyTagClassName
{
color: #304C55;
}
</style>
background-color css
<style>
a { background-color: #304C55; }
a { background-color: rgb(48,76,85); }
div.DivClassName
{
background-color: #304C55;
}
.BgClassName
{
background-color: #304C55;
}
</style>
border-color css
<style>
span { border-color: #304C55; }
span { border-color: rgb(48,76,85); }
td.TdClassName
{
border-color: #304C55;
}
.TagClassName
{
border-color: #304C55;
}
</style>