Shades of Deep Teal #034538
Tints of Deep Teal #034538
RGB
CMYK
RGB Variations
Color information
#034538 (or 0x034538) is known color: Deep Teal. HEX triplet: 03, 45 and 38. RGB value is (3,69,56). Sum of RGB (Red+Green+Blue) = 3+69+56=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #034538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034538 is #FCBAC7. Grayscale: #2F2F2F. Windows color (decimal): -16562888 or 3687683. OLE color: 3687683.
HSL color Cylindrical-coordinate representation of color #034538: hue angle of 168.18º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034538 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 69 | 56 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.73 |
| HSL | 168.18º | 0.92% | 0.14% | - |
| HSV(B) | 168.18º | 0.96% | 0.27% | - |
| XYZ | 2.88 | 4.56 | 4.47 | - |
| YUV | 47.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 56 | 0.96 | 0 | 0.19 | 0.73 | 168.18 | 0.92 | 0.14 |
| Hex | 3 | 45 | 38 | 60 | 0 | 13 | 49 | A8 | 5C | E |
| Octal | 3 | 105 | 70 | 140 | 0 | 23 | 111 | 250 | 134 | 16 |
| Binary | 11 | 1000101 | 111000 | 1100000 | 0 | 10011 | 1001001 | 10101000 | 1011100 | 1110 |
Color Harmonies of #034538
Complementary color
Monochromatic Colors of #034538
Black with #034538
Text Example
Text Example
White with #034538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034538; }
p { color: rgb(3,69,56); }
H1.HeaderClassName
{
color: #034538;
}
.AnyTagClassName
{
color: #034538;
}
</style>
background-color css
<style>
a { background-color: #034538; }
a { background-color: rgb(3,69,56); }
div.DivClassName
{
background-color: #034538;
}
.BgClassName
{
background-color: #034538;
}
</style>
border-color css
<style>
span { border-color: #034538; }
span { border-color: rgb(3,69,56); }
td.TdClassName
{
border-color: #034538;
}
.TagClassName
{
border-color: #034538;
}
</style>