Shades of Eastern Blue #039199
Tints of Eastern Blue #039199
RGB
CMYK
RGB Variations
Color information
#039199 (or 0x039199) is known color: Eastern Blue. HEX triplet: 03, 91 and 99. RGB value is (3,145,153). Sum of RGB (Red+Green+Blue) = 3+145+153=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #039199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039199 is #FC6E66. Grayscale: #676767. Windows color (decimal): -16543335 or 10064131. OLE color: 10064131.
HSL color Cylindrical-coordinate representation of color #039199: hue angle of 183.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039199 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 145 | 153 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.4 |
| HSL | 183.2º | 0.96% | 0.31% | - |
| HSV(B) | 183.2º | 0.98% | 0.6% | - |
| XYZ | 15.91 | 22.57 | 33.65 | - |
| YUV | 103.45 | 155.96 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 145 | 153 | 0.98 | 0.05 | 0 | 0.4 | 183.2 | 0.96 | 0.31 |
| Hex | 3 | 91 | 99 | 62 | 5 | 0 | 28 | B7 | 60 | 1F |
| Octal | 3 | 221 | 231 | 142 | 5 | 0 | 50 | 267 | 140 | 37 |
| Binary | 11 | 10010001 | 10011001 | 1100010 | 101 | 0 | 101000 | 10110111 | 1100000 | 11111 |
Color Harmonies of #039199
Complementary color
Monochromatic Colors of #039199
Black with #039199
Text Example
Text Example
White with #039199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039199; }
p { color: rgb(3,145,153); }
H1.HeaderClassName
{
color: #039199;
}
.AnyTagClassName
{
color: #039199;
}
</style>
background-color css
<style>
a { background-color: #039199; }
a { background-color: rgb(3,145,153); }
div.DivClassName
{
background-color: #039199;
}
.BgClassName
{
background-color: #039199;
}
</style>
border-color css
<style>
span { border-color: #039199; }
span { border-color: rgb(3,145,153); }
td.TdClassName
{
border-color: #039199;
}
.TagClassName
{
border-color: #039199;
}
</style>