Shades of Teal #03748E
Tints of Teal #03748E
RGB
CMYK
RGB Variations
Color information
#03748E (or 0x03748E) is known color: Teal. HEX triplet: 03, 74 and 8E. RGB value is (3,116,142). Sum of RGB (Red+Green+Blue) = 3+116+142=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #03748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03748E is #FC8B71. Grayscale: #545454. Windows color (decimal): -16550770 or 9335811. OLE color: 9335811.
HSL color Cylindrical-coordinate representation of color #03748E: hue angle of 191.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03748E is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 116 | 142 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.44 |
| HSL | 191.22º | 0.96% | 0.28% | - |
| HSV(B) | 191.22º | 0.98% | 0.56% | - |
| XYZ | 11.17 | 14.46 | 27.79 | - |
| YUV | 85.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 142 | 0.98 | 0.18 | 0 | 0.44 | 191.22 | 0.96 | 0.28 |
| Hex | 3 | 74 | 8E | 62 | 12 | 0 | 2C | BF | 60 | 1C |
| Octal | 3 | 164 | 216 | 142 | 22 | 0 | 54 | 277 | 140 | 34 |
| Binary | 11 | 1110100 | 10001110 | 1100010 | 10010 | 0 | 101100 | 10111111 | 1100000 | 11100 |
Color Harmonies of #03748E
Complementary color
Monochromatic Colors of #03748E
Black with #03748E
Text Example
Text Example
White with #03748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03748E; }
p { color: rgb(3,116,142); }
H1.HeaderClassName
{
color: #03748E;
}
.AnyTagClassName
{
color: #03748E;
}
</style>
background-color css
<style>
a { background-color: #03748E; }
a { background-color: rgb(3,116,142); }
div.DivClassName
{
background-color: #03748E;
}
.BgClassName
{
background-color: #03748E;
}
</style>
border-color css
<style>
span { border-color: #03748E; }
span { border-color: rgb(3,116,142); }
td.TdClassName
{
border-color: #03748E;
}
.TagClassName
{
border-color: #03748E;
}
</style>