Shades of Eastern Blue #038BAC
Tints of Eastern Blue #038BAC
RGB
CMYK
RGB Variations
Color information
#038BAC (or 0x038BAC) is known color: Eastern Blue. HEX triplet: 03, 8B and AC. RGB value is (3,139,172). Sum of RGB (Red+Green+Blue) = 3+139+172=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #038BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038BAC is #FC7453. Grayscale: #656565. Windows color (decimal): -16544852 or 11307779. OLE color: 11307779.
HSL color Cylindrical-coordinate representation of color #038BAC: hue angle of 191.72º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038BAC is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 139 | 172 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.33 |
| HSL | 191.72º | 0.97% | 0.34% | - |
| HSV(B) | 191.72º | 0.98% | 0.67% | - |
| XYZ | 16.72 | 21.46 | 42.29 | - |
| YUV | 102.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 172 | 0.98 | 0.19 | 0 | 0.33 | 191.72 | 0.97 | 0.34 |
| Hex | 3 | 8B | AC | 62 | 13 | 0 | 21 | C0 | 61 | 22 |
| Octal | 3 | 213 | 254 | 142 | 23 | 0 | 41 | 300 | 141 | 42 |
| Binary | 11 | 10001011 | 10101100 | 1100010 | 10011 | 0 | 100001 | 11000000 | 1100001 | 100010 |
Color Harmonies of #038BAC
Complementary color
Monochromatic Colors of #038BAC
Black with #038BAC
Text Example
Text Example
White with #038BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038BAC; }
p { color: rgb(3,139,172); }
H1.HeaderClassName
{
color: #038BAC;
}
.AnyTagClassName
{
color: #038BAC;
}
</style>
background-color css
<style>
a { background-color: #038BAC; }
a { background-color: rgb(3,139,172); }
div.DivClassName
{
background-color: #038BAC;
}
.BgClassName
{
background-color: #038BAC;
}
</style>
border-color css
<style>
span { border-color: #038BAC; }
span { border-color: rgb(3,139,172); }
td.TdClassName
{
border-color: #038BAC;
}
.TagClassName
{
border-color: #038BAC;
}
</style>