Shades of Eastern Blue #039098
Tints of Eastern Blue #039098
RGB
CMYK
RGB Variations
Color information
#039098 (or 0x039098) is known color: Eastern Blue. HEX triplet: 03, 90 and 98. RGB value is (3,144,152). Sum of RGB (Red+Green+Blue) = 3+144+152=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #039098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039098 is #FC6F67. Grayscale: #666666. Windows color (decimal): -16543592 or 9998339. OLE color: 9998339.
HSL color Cylindrical-coordinate representation of color #039098: hue angle of 183.22º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039098 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 144 | 152 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.40 |
| HSL | 183.22º | 0.96% | 0.3% | - |
| HSV(B) | 183.22º | 0.98% | 0.6% | - |
| XYZ | 15.68 | 22.23 | 33.17 | - |
| YUV | 102.75 | 155.79 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 152 | 0.98 | 0.05 | 0 | 0.40 | 183.22 | 0.96 | 0.3 |
| Hex | 3 | 90 | 98 | 62 | 5 | 0 | 28 | B7 | 60 | 1E |
| Octal | 3 | 220 | 230 | 142 | 5 | 0 | 50 | 267 | 140 | 36 |
| Binary | 11 | 10010000 | 10011000 | 1100010 | 101 | 0 | 101000 | 10110111 | 1100000 | 11110 |
Color Harmonies of #039098
Complementary color
Monochromatic Colors of #039098
Black with #039098
Text Example
Text Example
White with #039098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039098; }
p { color: rgb(3,144,152); }
H1.HeaderClassName
{
color: #039098;
}
.AnyTagClassName
{
color: #039098;
}
</style>
background-color css
<style>
a { background-color: #039098; }
a { background-color: rgb(3,144,152); }
div.DivClassName
{
background-color: #039098;
}
.BgClassName
{
background-color: #039098;
}
</style>
border-color css
<style>
span { border-color: #039098; }
span { border-color: rgb(3,144,152); }
td.TdClassName
{
border-color: #039098;
}
.TagClassName
{
border-color: #039098;
}
</style>