Shades of Eastern Blue #038A99
Tints of Eastern Blue #038A99
RGB
CMYK
RGB Variations
Color information
#038A99 (or 0x038A99) is known color: Eastern Blue. HEX triplet: 03, 8A and 99. RGB value is (3,138,153). Sum of RGB (Red+Green+Blue) = 3+138+153=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #038A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038A99 is #FC7566. Grayscale: #636363. Windows color (decimal): -16545127 or 10062339. OLE color: 10062339.
HSL color Cylindrical-coordinate representation of color #038A99: hue angle of 186º 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 #038A99 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 138 | 153 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.4 |
| HSL | 186º | 0.96% | 0.31% | - |
| HSV(B) | 186º | 0.98% | 0.6% | - |
| XYZ | 14.88 | 20.5 | 33.31 | - |
| YUV | 99.35 | 158.27 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 153 | 0.98 | 0.10 | 0 | 0.4 | 186 | 0.96 | 0.31 |
| Hex | 3 | 8A | 99 | 62 | A | 0 | 28 | BA | 60 | 1F |
| Octal | 3 | 212 | 231 | 142 | 12 | 0 | 50 | 272 | 140 | 37 |
| Binary | 11 | 10001010 | 10011001 | 1100010 | 1010 | 0 | 101000 | 10111010 | 1100000 | 11111 |
Color Harmonies of #038A99
Complementary color
Monochromatic Colors of #038A99
Black with #038A99
Text Example
Text Example
White with #038A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A99; }
p { color: rgb(3,138,153); }
H1.HeaderClassName
{
color: #038A99;
}
.AnyTagClassName
{
color: #038A99;
}
</style>
background-color css
<style>
a { background-color: #038A99; }
a { background-color: rgb(3,138,153); }
div.DivClassName
{
background-color: #038A99;
}
.BgClassName
{
background-color: #038A99;
}
</style>
border-color css
<style>
span { border-color: #038A99; }
span { border-color: rgb(3,138,153); }
td.TdClassName
{
border-color: #038A99;
}
.TagClassName
{
border-color: #038A99;
}
</style>