Shades of Dark Cyan #03838D
Tints of Dark Cyan #03838D
RGB
CMYK
RGB Variations
Color information
#03838D (or 0x03838D) is known color: Dark Cyan. HEX triplet: 03, 83 and 8D. RGB value is (3,131,141). Sum of RGB (Red+Green+Blue) = 3+131+141=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #03838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03838D is #FC7C72. Grayscale: #5D5D5D. Windows color (decimal): -16546931 or 9274115. OLE color: 9274115.
HSL color Cylindrical-coordinate representation of color #03838D: hue angle of 184.35º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03838D is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 131 | 141 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.45 |
| HSL | 184.35º | 0.96% | 0.28% | - |
| HSV(B) | 184.35º | 0.98% | 0.55% | - |
| XYZ | 12.96 | 18.18 | 28.02 | - |
| YUV | 93.87 | 154.59 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 141 | 0.98 | 0.07 | 0 | 0.45 | 184.35 | 0.96 | 0.28 |
| Hex | 3 | 83 | 8D | 62 | 7 | 0 | 2D | B8 | 60 | 1C |
| Octal | 3 | 203 | 215 | 142 | 7 | 0 | 55 | 270 | 140 | 34 |
| Binary | 11 | 10000011 | 10001101 | 1100010 | 111 | 0 | 101101 | 10111000 | 1100000 | 11100 |
Color Harmonies of #03838D
Complementary color
Monochromatic Colors of #03838D
Black with #03838D
Text Example
Text Example
White with #03838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03838D; }
p { color: rgb(3,131,141); }
H1.HeaderClassName
{
color: #03838D;
}
.AnyTagClassName
{
color: #03838D;
}
</style>
background-color css
<style>
a { background-color: #03838D; }
a { background-color: rgb(3,131,141); }
div.DivClassName
{
background-color: #03838D;
}
.BgClassName
{
background-color: #03838D;
}
</style>
border-color css
<style>
span { border-color: #03838D; }
span { border-color: rgb(3,131,141); }
td.TdClassName
{
border-color: #03838D;
}
.TagClassName
{
border-color: #03838D;
}
</style>