Shades of Teal #03748D
Tints of Teal #03748D
RGB
CMYK
RGB Variations
Color information
#03748D (or 0x03748D) is known color: Teal. HEX triplet: 03, 74 and 8D. RGB value is (3,116,141). Sum of RGB (Red+Green+Blue) = 3+116+141=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #03748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03748D is #FC8B72. Grayscale: #545454. Windows color (decimal): -16550771 or 9270275. OLE color: 9270275.
HSL color Cylindrical-coordinate representation of color #03748D: hue angle of 190.87º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03748D is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 116 | 141 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.45 |
| HSL | 190.87º | 0.96% | 0.28% | - |
| HSV(B) | 190.87º | 0.98% | 0.55% | - |
| XYZ | 11.09 | 14.43 | 27.4 | - |
| YUV | 85.06 | 159.56 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 141 | 0.98 | 0.18 | 0 | 0.45 | 190.87 | 0.96 | 0.28 |
| Hex | 3 | 74 | 8D | 62 | 12 | 0 | 2D | BF | 60 | 1C |
| Octal | 3 | 164 | 215 | 142 | 22 | 0 | 55 | 277 | 140 | 34 |
| Binary | 11 | 1110100 | 10001101 | 1100010 | 10010 | 0 | 101101 | 10111111 | 1100000 | 11100 |
Color Harmonies of #03748D
Complementary color
Monochromatic Colors of #03748D
Black with #03748D
Text Example
Text Example
White with #03748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03748D; }
p { color: rgb(3,116,141); }
H1.HeaderClassName
{
color: #03748D;
}
.AnyTagClassName
{
color: #03748D;
}
</style>
background-color css
<style>
a { background-color: #03748D; }
a { background-color: rgb(3,116,141); }
div.DivClassName
{
background-color: #03748D;
}
.BgClassName
{
background-color: #03748D;
}
</style>
border-color css
<style>
span { border-color: #03748D; }
span { border-color: rgb(3,116,141); }
td.TdClassName
{
border-color: #03748D;
}
.TagClassName
{
border-color: #03748D;
}
</style>