Shades of Dark Cyan #03878B
Tints of Dark Cyan #03878B
RGB
CMYK
RGB Variations
Color information
#03878B (or 0x03878B) is known color: Dark Cyan. HEX triplet: 03, 87 and 8B. RGB value is (3,135,139). Sum of RGB (Red+Green+Blue) = 3+135+139=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #03878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03878B is #FC7874. Grayscale: #5F5F5F. Windows color (decimal): -16545909 or 9144067. OLE color: 9144067.
HSL color Cylindrical-coordinate representation of color #03878B: hue angle of 181.76º 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 #03878B is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 135 | 139 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.45 |
| HSL | 181.76º | 0.96% | 0.28% | - |
| HSV(B) | 181.76º | 0.98% | 0.55% | - |
| XYZ | 13.36 | 19.21 | 27.43 | - |
| YUV | 95.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 139 | 0.98 | 0.03 | 0 | 0.45 | 181.76 | 0.96 | 0.28 |
| Hex | 3 | 87 | 8B | 62 | 3 | 0 | 2D | B6 | 60 | 1C |
| Octal | 3 | 207 | 213 | 142 | 3 | 0 | 55 | 266 | 140 | 34 |
| Binary | 11 | 10000111 | 10001011 | 1100010 | 11 | 0 | 101101 | 10110110 | 1100000 | 11100 |
Color Harmonies of #03878B
Complementary color
Monochromatic Colors of #03878B
Black with #03878B
Text Example
Text Example
White with #03878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03878B; }
p { color: rgb(3,135,139); }
H1.HeaderClassName
{
color: #03878B;
}
.AnyTagClassName
{
color: #03878B;
}
</style>
background-color css
<style>
a { background-color: #03878B; }
a { background-color: rgb(3,135,139); }
div.DivClassName
{
background-color: #03878B;
}
.BgClassName
{
background-color: #03878B;
}
</style>
border-color css
<style>
span { border-color: #03878B; }
span { border-color: rgb(3,135,139); }
td.TdClassName
{
border-color: #03878B;
}
.TagClassName
{
border-color: #03878B;
}
</style>