Shades of Dark Cyan #03838B
Tints of Dark Cyan #03838B
RGB
CMYK
RGB Variations
Color information
#03838B (or 0x03838B) is known color: Dark Cyan. HEX triplet: 03, 83 and 8B. RGB value is (3,131,139). Sum of RGB (Red+Green+Blue) = 3+131+139=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #03838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03838B is #FC7C74. Grayscale: #5D5D5D. Windows color (decimal): -16546933 or 9143043. OLE color: 9143043.
HSL color Cylindrical-coordinate representation of color #03838B: hue angle of 183.53º 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 #03838B is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 131 | 139 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.45 |
| HSL | 183.53º | 0.96% | 0.28% | - |
| HSV(B) | 183.53º | 0.98% | 0.55% | - |
| XYZ | 12.81 | 18.12 | 27.25 | - |
| YUV | 93.64 | 153.59 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 139 | 0.98 | 0.06 | 0 | 0.45 | 183.53 | 0.96 | 0.28 |
| Hex | 3 | 83 | 8B | 62 | 6 | 0 | 2D | B8 | 60 | 1C |
| Octal | 3 | 203 | 213 | 142 | 6 | 0 | 55 | 270 | 140 | 34 |
| Binary | 11 | 10000011 | 10001011 | 1100010 | 110 | 0 | 101101 | 10111000 | 1100000 | 11100 |
Color Harmonies of #03838B
Complementary color
Monochromatic Colors of #03838B
Black with #03838B
Text Example
Text Example
White with #03838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03838B; }
p { color: rgb(3,131,139); }
H1.HeaderClassName
{
color: #03838B;
}
.AnyTagClassName
{
color: #03838B;
}
</style>
background-color css
<style>
a { background-color: #03838B; }
a { background-color: rgb(3,131,139); }
div.DivClassName
{
background-color: #03838B;
}
.BgClassName
{
background-color: #03838B;
}
</style>
border-color css
<style>
span { border-color: #03838B; }
span { border-color: rgb(3,131,139); }
td.TdClassName
{
border-color: #03838B;
}
.TagClassName
{
border-color: #03838B;
}
</style>