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