Shades of Dark Cyan #03938D
Tints of Dark Cyan #03938D
RGB
CMYK
RGB Variations
Color information
#03938D (or 0x03938D) is known color: Dark Cyan. HEX triplet: 03, 93 and 8D. RGB value is (3,147,141). Sum of RGB (Red+Green+Blue) = 3+147+141=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #03938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03938D is #FC6C72. Grayscale: #676767. Windows color (decimal): -16542835 or 9278211. OLE color: 9278211.
HSL color Cylindrical-coordinate representation of color #03938D: hue angle of 177.5º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03938D is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 141 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.42 |
| HSL | 177.5º | 0.96% | 0.29% | - |
| HSV(B) | 177.5º | 0.98% | 0.58% | - |
| XYZ | 15.28 | 22.81 | 28.8 | - |
| YUV | 103.26 | 149.29 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 141 | 0.98 | 0 | 0.04 | 0.42 | 177.5 | 0.96 | 0.29 |
| Hex | 3 | 93 | 8D | 62 | 0 | 4 | 2A | B2 | 60 | 1D |
| Octal | 3 | 223 | 215 | 142 | 0 | 4 | 52 | 262 | 140 | 35 |
| Binary | 11 | 10010011 | 10001101 | 1100010 | 0 | 100 | 101010 | 10110010 | 1100000 | 11101 |
Color Harmonies of #03938D
Complementary color
Monochromatic Colors of #03938D
Black with #03938D
Text Example
Text Example
White with #03938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03938D; }
p { color: rgb(3,147,141); }
H1.HeaderClassName
{
color: #03938D;
}
.AnyTagClassName
{
color: #03938D;
}
</style>
background-color css
<style>
a { background-color: #03938D; }
a { background-color: rgb(3,147,141); }
div.DivClassName
{
background-color: #03938D;
}
.BgClassName
{
background-color: #03938D;
}
</style>
border-color css
<style>
span { border-color: #03938D; }
span { border-color: rgb(3,147,141); }
td.TdClassName
{
border-color: #03938D;
}
.TagClassName
{
border-color: #03938D;
}
</style>