Shades of Dark Cyan #03938B
Tints of Dark Cyan #03938B
RGB
CMYK
RGB Variations
Color information
#03938B (or 0x03938B) is known color: Dark Cyan. HEX triplet: 03, 93 and 8B. RGB value is (3,147,139). Sum of RGB (Red+Green+Blue) = 3+147+139=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #03938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03938B is #FC6C74. Grayscale: #666666. Windows color (decimal): -16542837 or 9147139. OLE color: 9147139.
HSL color Cylindrical-coordinate representation of color #03938B: hue angle of 176.67º 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 #03938B is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 139 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.42 |
| HSL | 176.67º | 0.96% | 0.29% | - |
| HSV(B) | 176.67º | 0.98% | 0.58% | - |
| XYZ | 15.13 | 22.75 | 28.02 | - |
| YUV | 103.03 | 148.29 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 139 | 0.98 | 0 | 0.05 | 0.42 | 176.67 | 0.96 | 0.29 |
| Hex | 3 | 93 | 8B | 62 | 0 | 5 | 2A | B1 | 60 | 1D |
| Octal | 3 | 223 | 213 | 142 | 0 | 5 | 52 | 261 | 140 | 35 |
| Binary | 11 | 10010011 | 10001011 | 1100010 | 0 | 101 | 101010 | 10110001 | 1100000 | 11101 |
Color Harmonies of #03938B
Complementary color
Monochromatic Colors of #03938B
Black with #03938B
Text Example
Text Example
White with #03938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03938B; }
p { color: rgb(3,147,139); }
H1.HeaderClassName
{
color: #03938B;
}
.AnyTagClassName
{
color: #03938B;
}
</style>
background-color css
<style>
a { background-color: #03938B; }
a { background-color: rgb(3,147,139); }
div.DivClassName
{
background-color: #03938B;
}
.BgClassName
{
background-color: #03938B;
}
</style>
border-color css
<style>
span { border-color: #03938B; }
span { border-color: rgb(3,147,139); }
td.TdClassName
{
border-color: #03938B;
}
.TagClassName
{
border-color: #03938B;
}
</style>