Shades of Eastern Blue #038BA5
Tints of Eastern Blue #038BA5
RGB
CMYK
RGB Variations
Color information
#038BA5 (or 0x038BA5) is known color: Eastern Blue. HEX triplet: 03, 8B and A5. RGB value is (3,139,165). Sum of RGB (Red+Green+Blue) = 3+139+165=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #038BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038BA5 is #FC745A. Grayscale: #656565. Windows color (decimal): -16544859 or 10849027. OLE color: 10849027.
HSL color Cylindrical-coordinate representation of color #038BA5: hue angle of 189.63º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038BA5 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 139 | 165 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.35 |
| HSL | 189.63º | 0.96% | 0.33% | - |
| HSV(B) | 189.63º | 0.98% | 0.65% | - |
| XYZ | 16.06 | 21.2 | 38.84 | - |
| YUV | 101.3 | 163.94 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 165 | 0.98 | 0.16 | 0 | 0.35 | 189.63 | 0.96 | 0.33 |
| Hex | 3 | 8B | A5 | 62 | 10 | 0 | 23 | BE | 60 | 21 |
| Octal | 3 | 213 | 245 | 142 | 20 | 0 | 43 | 276 | 140 | 41 |
| Binary | 11 | 10001011 | 10100101 | 1100010 | 10000 | 0 | 100011 | 10111110 | 1100000 | 100001 |
Color Harmonies of #038BA5
Complementary color
Monochromatic Colors of #038BA5
Black with #038BA5
Text Example
Text Example
White with #038BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038BA5; }
p { color: rgb(3,139,165); }
H1.HeaderClassName
{
color: #038BA5;
}
.AnyTagClassName
{
color: #038BA5;
}
</style>
background-color css
<style>
a { background-color: #038BA5; }
a { background-color: rgb(3,139,165); }
div.DivClassName
{
background-color: #038BA5;
}
.BgClassName
{
background-color: #038BA5;
}
</style>
border-color css
<style>
span { border-color: #038BA5; }
span { border-color: rgb(3,139,165); }
td.TdClassName
{
border-color: #038BA5;
}
.TagClassName
{
border-color: #038BA5;
}
</style>