Shades of Eastern Blue #038B9A
Tints of Eastern Blue #038B9A
RGB
CMYK
RGB Variations
Color information
#038B9A (or 0x038B9A) is known color: Eastern Blue. HEX triplet: 03, 8B and 9A. RGB value is (3,139,154). Sum of RGB (Red+Green+Blue) = 3+139+154=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #038B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038B9A is #FC7465. Grayscale: #636363. Windows color (decimal): -16544870 or 10128131. OLE color: 10128131.
HSL color Cylindrical-coordinate representation of color #038B9A: hue angle of 185.96º 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 #038B9A is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 139 | 154 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.40 |
| HSL | 185.96º | 0.96% | 0.31% | - |
| HSV(B) | 185.96º | 0.98% | 0.6% | - |
| XYZ | 15.1 | 20.82 | 33.79 | - |
| YUV | 100.05 | 158.44 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 154 | 0.98 | 0.10 | 0 | 0.40 | 185.96 | 0.96 | 0.31 |
| Hex | 3 | 8B | 9A | 62 | A | 0 | 28 | BA | 60 | 1F |
| Octal | 3 | 213 | 232 | 142 | 12 | 0 | 50 | 272 | 140 | 37 |
| Binary | 11 | 10001011 | 10011010 | 1100010 | 1010 | 0 | 101000 | 10111010 | 1100000 | 11111 |
Color Harmonies of #038B9A
Complementary color
Monochromatic Colors of #038B9A
Black with #038B9A
Text Example
Text Example
White with #038B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038B9A; }
p { color: rgb(3,139,154); }
H1.HeaderClassName
{
color: #038B9A;
}
.AnyTagClassName
{
color: #038B9A;
}
</style>
background-color css
<style>
a { background-color: #038B9A; }
a { background-color: rgb(3,139,154); }
div.DivClassName
{
background-color: #038B9A;
}
.BgClassName
{
background-color: #038B9A;
}
</style>
border-color css
<style>
span { border-color: #038B9A; }
span { border-color: rgb(3,139,154); }
td.TdClassName
{
border-color: #038B9A;
}
.TagClassName
{
border-color: #038B9A;
}
</style>