Shades of Eastern Blue #038BA4
Tints of Eastern Blue #038BA4
RGB
CMYK
RGB Variations
Color information
#038BA4 (or 0x038BA4) is known color: Eastern Blue. HEX triplet: 03, 8B and A4. RGB value is (3,139,164). Sum of RGB (Red+Green+Blue) = 3+139+164=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #038BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038BA4 is #FC745B. Grayscale: #646464. Windows color (decimal): -16544860 or 10783491. OLE color: 10783491.
HSL color Cylindrical-coordinate representation of color #038BA4: hue angle of 189.32º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038BA4 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 139 | 164 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.36 |
| HSL | 189.32º | 0.96% | 0.33% | - |
| HSV(B) | 189.32º | 0.98% | 0.64% | - |
| XYZ | 15.97 | 21.16 | 38.37 | - |
| YUV | 101.19 | 163.44 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 164 | 0.98 | 0.15 | 0 | 0.36 | 189.32 | 0.96 | 0.33 |
| Hex | 3 | 8B | A4 | 62 | F | 0 | 24 | BD | 60 | 21 |
| Octal | 3 | 213 | 244 | 142 | 17 | 0 | 44 | 275 | 140 | 41 |
| Binary | 11 | 10001011 | 10100100 | 1100010 | 1111 | 0 | 100100 | 10111101 | 1100000 | 100001 |
Color Harmonies of #038BA4
Complementary color
Monochromatic Colors of #038BA4
Black with #038BA4
Text Example
Text Example
White with #038BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038BA4; }
p { color: rgb(3,139,164); }
H1.HeaderClassName
{
color: #038BA4;
}
.AnyTagClassName
{
color: #038BA4;
}
</style>
background-color css
<style>
a { background-color: #038BA4; }
a { background-color: rgb(3,139,164); }
div.DivClassName
{
background-color: #038BA4;
}
.BgClassName
{
background-color: #038BA4;
}
</style>
border-color css
<style>
span { border-color: #038BA4; }
span { border-color: rgb(3,139,164); }
td.TdClassName
{
border-color: #038BA4;
}
.TagClassName
{
border-color: #038BA4;
}
</style>