Shades of Dark Cyan #03958B
Tints of Dark Cyan #03958B
RGB
CMYK
RGB Variations
Color information
#03958B (or 0x03958B) is known color: Dark Cyan. HEX triplet: 03, 95 and 8B. RGB value is (3,149,139). Sum of RGB (Red+Green+Blue) = 3+149+139=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #03958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03958B is #FC6A74. Grayscale: #686868. Windows color (decimal): -16542325 or 9147651. OLE color: 9147651.
HSL color Cylindrical-coordinate representation of color #03958B: hue angle of 175.89º 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 #03958B is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 139 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.42 |
| HSL | 175.89º | 0.96% | 0.3% | - |
| HSV(B) | 175.89º | 0.98% | 0.58% | - |
| XYZ | 15.45 | 23.38 | 28.12 | - |
| YUV | 104.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 139 | 0.98 | 0 | 0.07 | 0.42 | 175.89 | 0.96 | 0.3 |
| Hex | 3 | 95 | 8B | 62 | 0 | 7 | 2A | B0 | 60 | 1E |
| Octal | 3 | 225 | 213 | 142 | 0 | 7 | 52 | 260 | 140 | 36 |
| Binary | 11 | 10010101 | 10001011 | 1100010 | 0 | 111 | 101010 | 10110000 | 1100000 | 11110 |
Color Harmonies of #03958B
Complementary color
Monochromatic Colors of #03958B
Black with #03958B
Text Example
Text Example
White with #03958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03958B; }
p { color: rgb(3,149,139); }
H1.HeaderClassName
{
color: #03958B;
}
.AnyTagClassName
{
color: #03958B;
}
</style>
background-color css
<style>
a { background-color: #03958B; }
a { background-color: rgb(3,149,139); }
div.DivClassName
{
background-color: #03958B;
}
.BgClassName
{
background-color: #03958B;
}
</style>
border-color css
<style>
span { border-color: #03958B; }
span { border-color: rgb(3,149,139); }
td.TdClassName
{
border-color: #03958B;
}
.TagClassName
{
border-color: #03958B;
}
</style>