Shades of Dark Cyan #03918D
Tints of Dark Cyan #03918D
RGB
CMYK
RGB Variations
Color information
#03918D (or 0x03918D) is known color: Dark Cyan. HEX triplet: 03, 91 and 8D. RGB value is (3,145,141). Sum of RGB (Red+Green+Blue) = 3+145+141=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #03918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03918D is #FC6E72. Grayscale: #656565. Windows color (decimal): -16543347 or 9277699. OLE color: 9277699.
HSL color Cylindrical-coordinate representation of color #03918D: hue angle of 178.31º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03918D is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 145 | 141 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.43 |
| HSL | 178.31º | 0.96% | 0.29% | - |
| HSV(B) | 178.31º | 0.98% | 0.57% | - |
| XYZ | 14.97 | 22.19 | 28.69 | - |
| YUV | 102.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 145 | 141 | 0.98 | 0 | 0.03 | 0.43 | 178.31 | 0.96 | 0.29 |
| Hex | 3 | 91 | 8D | 62 | 0 | 3 | 2B | B2 | 60 | 1D |
| Octal | 3 | 221 | 215 | 142 | 0 | 3 | 53 | 262 | 140 | 35 |
| Binary | 11 | 10010001 | 10001101 | 1100010 | 0 | 11 | 101011 | 10110010 | 1100000 | 11101 |
Color Harmonies of #03918D
Complementary color
Monochromatic Colors of #03918D
Black with #03918D
Text Example
Text Example
White with #03918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03918D; }
p { color: rgb(3,145,141); }
H1.HeaderClassName
{
color: #03918D;
}
.AnyTagClassName
{
color: #03918D;
}
</style>
background-color css
<style>
a { background-color: #03918D; }
a { background-color: rgb(3,145,141); }
div.DivClassName
{
background-color: #03918D;
}
.BgClassName
{
background-color: #03918D;
}
</style>
border-color css
<style>
span { border-color: #03918D; }
span { border-color: rgb(3,145,141); }
td.TdClassName
{
border-color: #03918D;
}
.TagClassName
{
border-color: #03918D;
}
</style>