Shades of Eastern Blue #038DA1
Tints of Eastern Blue #038DA1
RGB
CMYK
RGB Variations
Color information
#038DA1 (or 0x038DA1) is known color: Eastern Blue. HEX triplet: 03, 8D and A1. RGB value is (3,141,161). Sum of RGB (Red+Green+Blue) = 3+141+161=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #038DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038DA1 is #FC725E. Grayscale: #656565. Windows color (decimal): -16544351 or 10587395. OLE color: 10587395.
HSL color Cylindrical-coordinate representation of color #038DA1: hue angle of 187.59º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038DA1 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 141 | 161 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.37 |
| HSL | 187.59º | 0.96% | 0.32% | - |
| HSV(B) | 187.59º | 0.98% | 0.63% | - |
| XYZ | 16 | 21.64 | 37.05 | - |
| YUV | 102.02 | 161.28 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 161 | 0.98 | 0.12 | 0 | 0.37 | 187.59 | 0.96 | 0.32 |
| Hex | 3 | 8D | A1 | 62 | C | 0 | 25 | BC | 60 | 20 |
| Octal | 3 | 215 | 241 | 142 | 14 | 0 | 45 | 274 | 140 | 40 |
| Binary | 11 | 10001101 | 10100001 | 1100010 | 1100 | 0 | 100101 | 10111100 | 1100000 | 100000 |
Color Harmonies of #038DA1
Complementary color
Monochromatic Colors of #038DA1
Black with #038DA1
Text Example
Text Example
White with #038DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DA1; }
p { color: rgb(3,141,161); }
H1.HeaderClassName
{
color: #038DA1;
}
.AnyTagClassName
{
color: #038DA1;
}
</style>
background-color css
<style>
a { background-color: #038DA1; }
a { background-color: rgb(3,141,161); }
div.DivClassName
{
background-color: #038DA1;
}
.BgClassName
{
background-color: #038DA1;
}
</style>
border-color css
<style>
span { border-color: #038DA1; }
span { border-color: rgb(3,141,161); }
td.TdClassName
{
border-color: #038DA1;
}
.TagClassName
{
border-color: #038DA1;
}
</style>