Shades of Dark Cyan #038290
Tints of Dark Cyan #038290
RGB
CMYK
RGB Variations
Color information
#038290 (or 0x038290) is known color: Dark Cyan. HEX triplet: 03, 82 and 90. RGB value is (3,130,144). Sum of RGB (Red+Green+Blue) = 3+130+144=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #038290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038290 is #FC7D6F. Grayscale: #5D5D5D. Windows color (decimal): -16547184 or 9470467. OLE color: 9470467.
HSL color Cylindrical-coordinate representation of color #038290: hue angle of 185.96º 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 #038290 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 130 | 144 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.44 |
| HSL | 185.96º | 0.96% | 0.29% | - |
| HSV(B) | 185.96º | 0.98% | 0.56% | - |
| XYZ | 13.05 | 18 | 29.17 | - |
| YUV | 93.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 144 | 0.98 | 0.10 | 0 | 0.44 | 185.96 | 0.96 | 0.29 |
| Hex | 3 | 82 | 90 | 62 | A | 0 | 2C | BA | 60 | 1D |
| Octal | 3 | 202 | 220 | 142 | 12 | 0 | 54 | 272 | 140 | 35 |
| Binary | 11 | 10000010 | 10010000 | 1100010 | 1010 | 0 | 101100 | 10111010 | 1100000 | 11101 |
Color Harmonies of #038290
Complementary color
Monochromatic Colors of #038290
Black with #038290
Text Example
Text Example
White with #038290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038290; }
p { color: rgb(3,130,144); }
H1.HeaderClassName
{
color: #038290;
}
.AnyTagClassName
{
color: #038290;
}
</style>
background-color css
<style>
a { background-color: #038290; }
a { background-color: rgb(3,130,144); }
div.DivClassName
{
background-color: #038290;
}
.BgClassName
{
background-color: #038290;
}
</style>
border-color css
<style>
span { border-color: #038290; }
span { border-color: rgb(3,130,144); }
td.TdClassName
{
border-color: #038290;
}
.TagClassName
{
border-color: #038290;
}
</style>