Shades of Teal #03748A
Tints of Teal #03748A
RGB
CMYK
RGB Variations
Color information
#03748A (or 0x03748A) is known color: Teal. HEX triplet: 03, 74 and 8A. RGB value is (3,116,138). Sum of RGB (Red+Green+Blue) = 3+116+138=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #03748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03748A is #FC8B75. Grayscale: #545454. Windows color (decimal): -16550774 or 9073667. OLE color: 9073667.
HSL color Cylindrical-coordinate representation of color #03748A: hue angle of 189.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03748A is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 116 | 138 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.46 |
| HSL | 189.78º | 0.96% | 0.28% | - |
| HSV(B) | 189.78º | 0.98% | 0.54% | - |
| XYZ | 10.87 | 14.35 | 26.24 | - |
| YUV | 84.72 | 158.06 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 138 | 0.98 | 0.16 | 0 | 0.46 | 189.78 | 0.96 | 0.28 |
| Hex | 3 | 74 | 8A | 62 | 10 | 0 | 2E | BE | 60 | 1C |
| Octal | 3 | 164 | 212 | 142 | 20 | 0 | 56 | 276 | 140 | 34 |
| Binary | 11 | 1110100 | 10001010 | 1100010 | 10000 | 0 | 101110 | 10111110 | 1100000 | 11100 |
Color Harmonies of #03748A
Complementary color
Monochromatic Colors of #03748A
Black with #03748A
Text Example
Text Example
White with #03748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03748A; }
p { color: rgb(3,116,138); }
H1.HeaderClassName
{
color: #03748A;
}
.AnyTagClassName
{
color: #03748A;
}
</style>
background-color css
<style>
a { background-color: #03748A; }
a { background-color: rgb(3,116,138); }
div.DivClassName
{
background-color: #03748A;
}
.BgClassName
{
background-color: #03748A;
}
</style>
border-color css
<style>
span { border-color: #03748A; }
span { border-color: rgb(3,116,138); }
td.TdClassName
{
border-color: #03748A;
}
.TagClassName
{
border-color: #03748A;
}
</style>