Shades of Dark Cyan #03808C
Tints of Dark Cyan #03808C
RGB
CMYK
RGB Variations
Color information
#03808C (or 0x03808C) is known color: Dark Cyan. HEX triplet: 03, 80 and 8C. RGB value is (3,128,140). Sum of RGB (Red+Green+Blue) = 3+128+140=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #03808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03808C is #FC7F73. Grayscale: #5B5B5B. Windows color (decimal): -16547700 or 9207811. OLE color: 9207811.
HSL color Cylindrical-coordinate representation of color #03808C: hue angle of 185.26º 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 #03808C is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 128 | 140 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.45 |
| HSL | 185.26º | 0.96% | 0.28% | - |
| HSV(B) | 185.26º | 0.98% | 0.55% | - |
| XYZ | 12.49 | 17.35 | 27.5 | - |
| YUV | 91.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 140 | 0.98 | 0.09 | 0 | 0.45 | 185.26 | 0.96 | 0.28 |
| Hex | 3 | 80 | 8C | 62 | 9 | 0 | 2D | B9 | 60 | 1C |
| Octal | 3 | 200 | 214 | 142 | 11 | 0 | 55 | 271 | 140 | 34 |
| Binary | 11 | 10000000 | 10001100 | 1100010 | 1001 | 0 | 101101 | 10111001 | 1100000 | 11100 |
Color Harmonies of #03808C
Complementary color
Monochromatic Colors of #03808C
Black with #03808C
Text Example
Text Example
White with #03808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03808C; }
p { color: rgb(3,128,140); }
H1.HeaderClassName
{
color: #03808C;
}
.AnyTagClassName
{
color: #03808C;
}
</style>
background-color css
<style>
a { background-color: #03808C; }
a { background-color: rgb(3,128,140); }
div.DivClassName
{
background-color: #03808C;
}
.BgClassName
{
background-color: #03808C;
}
</style>
border-color css
<style>
span { border-color: #03808C; }
span { border-color: rgb(3,128,140); }
td.TdClassName
{
border-color: #03808C;
}
.TagClassName
{
border-color: #03808C;
}
</style>