Shades of Teal Blue #304850
Tints of Teal Blue #304850
RGB
CMYK
RGB Variations
Color information
#304850 (or 0x304850) is known color: Teal Blue. HEX triplet: 30, 48 and 50. RGB value is (48,72,80). Sum of RGB (Red+Green+Blue) = 48+72+80=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #304850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304850 is #CFB7AF. Grayscale: #414141. Windows color (decimal): -13612976 or 5261360. OLE color: 5261360.
HSL color Cylindrical-coordinate representation of color #304850: hue angle of 195º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304850 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 72 | 80 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.69 |
| HSL | 195º | 0.25% | 0.25% | - |
| HSV(B) | 195º | 0.4% | 0.31% | - |
| XYZ | 4.98 | 5.84 | 8.45 | - |
| YUV | 65.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 80 | 0.40 | 0.10 | 0 | 0.69 | 195 | 0.25 | 0.25 |
| Hex | 30 | 48 | 50 | 28 | A | 0 | 45 | C3 | 19 | 19 |
| Octal | 60 | 110 | 120 | 50 | 12 | 0 | 105 | 303 | 31 | 31 |
| Binary | 110000 | 1001000 | 1010000 | 101000 | 1010 | 0 | 1000101 | 11000011 | 11001 | 11001 |
Color Harmonies of #304850
Complementary color
Monochromatic Colors of #304850
Black with #304850
Text Example
Text Example
White with #304850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304850; }
p { color: rgb(48,72,80); }
H1.HeaderClassName
{
color: #304850;
}
.AnyTagClassName
{
color: #304850;
}
</style>
background-color css
<style>
a { background-color: #304850; }
a { background-color: rgb(48,72,80); }
div.DivClassName
{
background-color: #304850;
}
.BgClassName
{
background-color: #304850;
}
</style>
border-color css
<style>
span { border-color: #304850; }
span { border-color: rgb(48,72,80); }
td.TdClassName
{
border-color: #304850;
}
.TagClassName
{
border-color: #304850;
}
</style>