Shades of Dark Cyan #038492
Tints of Dark Cyan #038492
RGB
CMYK
RGB Variations
Color information
#038492 (or 0x038492) is known color: Dark Cyan. HEX triplet: 03, 84 and 92. RGB value is (3,132,146). Sum of RGB (Red+Green+Blue) = 3+132+146=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #038492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038492 is #FC7B6D. Grayscale: #5E5E5E. Windows color (decimal): -16546670 or 9602051. OLE color: 9602051.
HSL color Cylindrical-coordinate representation of color #038492: hue angle of 185.87º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038492 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 132 | 146 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.43 |
| HSL | 185.87º | 0.96% | 0.29% | - |
| HSV(B) | 185.87º | 0.98% | 0.57% | - |
| XYZ | 13.48 | 18.6 | 30.07 | - |
| YUV | 95.03 | 156.76 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 146 | 0.98 | 0.10 | 0 | 0.43 | 185.87 | 0.96 | 0.29 |
| Hex | 3 | 84 | 92 | 62 | A | 0 | 2B | BA | 60 | 1D |
| Octal | 3 | 204 | 222 | 142 | 12 | 0 | 53 | 272 | 140 | 35 |
| Binary | 11 | 10000100 | 10010010 | 1100010 | 1010 | 0 | 101011 | 10111010 | 1100000 | 11101 |
Color Harmonies of #038492
Complementary color
Monochromatic Colors of #038492
Black with #038492
Text Example
Text Example
White with #038492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038492; }
p { color: rgb(3,132,146); }
H1.HeaderClassName
{
color: #038492;
}
.AnyTagClassName
{
color: #038492;
}
</style>
background-color css
<style>
a { background-color: #038492; }
a { background-color: rgb(3,132,146); }
div.DivClassName
{
background-color: #038492;
}
.BgClassName
{
background-color: #038492;
}
</style>
border-color css
<style>
span { border-color: #038492; }
span { border-color: rgb(3,132,146); }
td.TdClassName
{
border-color: #038492;
}
.TagClassName
{
border-color: #038492;
}
</style>