Shades of Eastern Blue #038C9F
Tints of Eastern Blue #038C9F
RGB
CMYK
RGB Variations
Color information
#038C9F (or 0x038C9F) is known color: Eastern Blue. HEX triplet: 03, 8C and 9F. RGB value is (3,140,159). Sum of RGB (Red+Green+Blue) = 3+140+159=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #038C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038C9F is #FC7360. Grayscale: #646464. Windows color (decimal): -16544609 or 10456067. OLE color: 10456067.
HSL color Cylindrical-coordinate representation of color #038C9F: hue angle of 187.31º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C9F is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 140 | 159 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.38 |
| HSL | 187.31º | 0.96% | 0.32% | - |
| HSV(B) | 187.31º | 0.98% | 0.62% | - |
| XYZ | 15.67 | 21.28 | 36.08 | - |
| YUV | 101.2 | 160.61 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 159 | 0.98 | 0.12 | 0 | 0.38 | 187.31 | 0.96 | 0.32 |
| Hex | 3 | 8C | 9F | 62 | C | 0 | 26 | BB | 60 | 20 |
| Octal | 3 | 214 | 237 | 142 | 14 | 0 | 46 | 273 | 140 | 40 |
| Binary | 11 | 10001100 | 10011111 | 1100010 | 1100 | 0 | 100110 | 10111011 | 1100000 | 100000 |
Color Harmonies of #038C9F
Complementary color
Monochromatic Colors of #038C9F
Black with #038C9F
Text Example
Text Example
White with #038C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C9F; }
p { color: rgb(3,140,159); }
H1.HeaderClassName
{
color: #038C9F;
}
.AnyTagClassName
{
color: #038C9F;
}
</style>
background-color css
<style>
a { background-color: #038C9F; }
a { background-color: rgb(3,140,159); }
div.DivClassName
{
background-color: #038C9F;
}
.BgClassName
{
background-color: #038C9F;
}
</style>
border-color css
<style>
span { border-color: #038C9F; }
span { border-color: rgb(3,140,159); }
td.TdClassName
{
border-color: #038C9F;
}
.TagClassName
{
border-color: #038C9F;
}
</style>