Shades of Teal Blue #304851
Tints of Teal Blue #304851
RGB
CMYK
RGB Variations
Color information
#304851 (or 0x304851) is known color: Teal Blue. HEX triplet: 30, 48 and 51. RGB value is (48,72,81). Sum of RGB (Red+Green+Blue) = 48+72+81=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #304851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304851 is #CFB7AE. Grayscale: #414141. Windows color (decimal): -13612975 or 5326896. OLE color: 5326896.
HSL color Cylindrical-coordinate representation of color #304851: hue angle of 196.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304851 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 72 | 81 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.68 |
| HSL | 196.36º | 0.26% | 0.25% | - |
| HSV(B) | 196.36º | 0.41% | 0.32% | - |
| XYZ | 5.02 | 5.86 | 8.65 | - |
| YUV | 65.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 81 | 0.41 | 0.11 | 0 | 0.68 | 196.36 | 0.26 | 0.25 |
| Hex | 30 | 48 | 51 | 29 | B | 0 | 44 | C4 | 1A | 19 |
| Octal | 60 | 110 | 121 | 51 | 13 | 0 | 104 | 304 | 32 | 31 |
| Binary | 110000 | 1001000 | 1010001 | 101001 | 1011 | 0 | 1000100 | 11000100 | 11010 | 11001 |
Color Harmonies of #304851
Complementary color
Monochromatic Colors of #304851
Black with #304851
Text Example
Text Example
White with #304851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304851; }
p { color: rgb(48,72,81); }
H1.HeaderClassName
{
color: #304851;
}
.AnyTagClassName
{
color: #304851;
}
</style>
background-color css
<style>
a { background-color: #304851; }
a { background-color: rgb(48,72,81); }
div.DivClassName
{
background-color: #304851;
}
.BgClassName
{
background-color: #304851;
}
</style>
border-color css
<style>
span { border-color: #304851; }
span { border-color: rgb(48,72,81); }
td.TdClassName
{
border-color: #304851;
}
.TagClassName
{
border-color: #304851;
}
</style>