Shades of Dark Cyan #038490
Tints of Dark Cyan #038490
RGB
CMYK
RGB Variations
Color information
#038490 (or 0x038490) is known color: Dark Cyan. HEX triplet: 03, 84 and 90. RGB value is (3,132,144). Sum of RGB (Red+Green+Blue) = 3+132+144=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #038490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038490 is #FC7B6F. Grayscale: #5E5E5E. Windows color (decimal): -16546672 or 9470979. OLE color: 9470979.
HSL color Cylindrical-coordinate representation of color #038490: hue angle of 185.11º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038490 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 132 | 144 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.44 |
| HSL | 185.11º | 0.96% | 0.29% | - |
| HSV(B) | 185.11º | 0.98% | 0.56% | - |
| XYZ | 13.32 | 18.54 | 29.26 | - |
| YUV | 94.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 144 | 0.98 | 0.08 | 0 | 0.44 | 185.11 | 0.96 | 0.29 |
| Hex | 3 | 84 | 90 | 62 | 8 | 0 | 2C | B9 | 60 | 1D |
| Octal | 3 | 204 | 220 | 142 | 10 | 0 | 54 | 271 | 140 | 35 |
| Binary | 11 | 10000100 | 10010000 | 1100010 | 1000 | 0 | 101100 | 10111001 | 1100000 | 11101 |
Color Harmonies of #038490
Complementary color
Monochromatic Colors of #038490
Black with #038490
Text Example
Text Example
White with #038490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038490; }
p { color: rgb(3,132,144); }
H1.HeaderClassName
{
color: #038490;
}
.AnyTagClassName
{
color: #038490;
}
</style>
background-color css
<style>
a { background-color: #038490; }
a { background-color: rgb(3,132,144); }
div.DivClassName
{
background-color: #038490;
}
.BgClassName
{
background-color: #038490;
}
</style>
border-color css
<style>
span { border-color: #038490; }
span { border-color: rgb(3,132,144); }
td.TdClassName
{
border-color: #038490;
}
.TagClassName
{
border-color: #038490;
}
</style>