Shades of Dark Cyan #037E8D
Tints of Dark Cyan #037E8D
RGB
CMYK
RGB Variations
Color information
#037E8D (or 0x037E8D) is known color: Dark Cyan. HEX triplet: 03, 7E and 8D. RGB value is (3,126,141). Sum of RGB (Red+Green+Blue) = 3+126+141=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #037E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037E8D is #FC8172. Grayscale: #5A5A5A. Windows color (decimal): -16548211 or 9272835. OLE color: 9272835.
HSL color Cylindrical-coordinate representation of color #037E8D: hue angle of 186.52º 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 #037E8D is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 126 | 141 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.45 |
| HSL | 186.52º | 0.96% | 0.28% | - |
| HSV(B) | 186.52º | 0.98% | 0.55% | - |
| XYZ | 12.31 | 16.86 | 27.81 | - |
| YUV | 90.93 | 156.25 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 141 | 0.98 | 0.11 | 0 | 0.45 | 186.52 | 0.96 | 0.28 |
| Hex | 3 | 7E | 8D | 62 | B | 0 | 2D | BB | 60 | 1C |
| Octal | 3 | 176 | 215 | 142 | 13 | 0 | 55 | 273 | 140 | 34 |
| Binary | 11 | 1111110 | 10001101 | 1100010 | 1011 | 0 | 101101 | 10111011 | 1100000 | 11100 |
Color Harmonies of #037E8D
Complementary color
Monochromatic Colors of #037E8D
Black with #037E8D
Text Example
Text Example
White with #037E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037E8D; }
p { color: rgb(3,126,141); }
H1.HeaderClassName
{
color: #037E8D;
}
.AnyTagClassName
{
color: #037E8D;
}
</style>
background-color css
<style>
a { background-color: #037E8D; }
a { background-color: rgb(3,126,141); }
div.DivClassName
{
background-color: #037E8D;
}
.BgClassName
{
background-color: #037E8D;
}
</style>
border-color css
<style>
span { border-color: #037E8D; }
span { border-color: rgb(3,126,141); }
td.TdClassName
{
border-color: #037E8D;
}
.TagClassName
{
border-color: #037E8D;
}
</style>