Shades of Dark Cyan #03948A
Tints of Dark Cyan #03948A
RGB
CMYK
RGB Variations
Color information
#03948A (or 0x03948A) is known color: Dark Cyan. HEX triplet: 03, 94 and 8A. RGB value is (3,148,138). Sum of RGB (Red+Green+Blue) = 3+148+138=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #03948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03948A is #FC6B75. Grayscale: #676767. Windows color (decimal): -16542582 or 9081859. OLE color: 9081859.
HSL color Cylindrical-coordinate representation of color #03948A: hue angle of 175.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03948A is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 138 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.42 |
| HSL | 175.86º | 0.96% | 0.3% | - |
| HSV(B) | 175.86º | 0.98% | 0.58% | - |
| XYZ | 15.21 | 23.03 | 27.69 | - |
| YUV | 103.51 | 147.46 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 138 | 0.98 | 0 | 0.07 | 0.42 | 175.86 | 0.96 | 0.3 |
| Hex | 3 | 94 | 8A | 62 | 0 | 7 | 2A | B0 | 60 | 1E |
| Octal | 3 | 224 | 212 | 142 | 0 | 7 | 52 | 260 | 140 | 36 |
| Binary | 11 | 10010100 | 10001010 | 1100010 | 0 | 111 | 101010 | 10110000 | 1100000 | 11110 |
Color Harmonies of #03948A
Complementary color
Monochromatic Colors of #03948A
Black with #03948A
Text Example
Text Example
White with #03948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03948A; }
p { color: rgb(3,148,138); }
H1.HeaderClassName
{
color: #03948A;
}
.AnyTagClassName
{
color: #03948A;
}
</style>
background-color css
<style>
a { background-color: #03948A; }
a { background-color: rgb(3,148,138); }
div.DivClassName
{
background-color: #03948A;
}
.BgClassName
{
background-color: #03948A;
}
</style>
border-color css
<style>
span { border-color: #03948A; }
span { border-color: rgb(3,148,138); }
td.TdClassName
{
border-color: #03948A;
}
.TagClassName
{
border-color: #03948A;
}
</style>