Shades of Eastern Blue #0387AB
Tints of Eastern Blue #0387AB
RGB
CMYK
RGB Variations
Color information
#0387AB (or 0x0387AB) is known color: Eastern Blue. HEX triplet: 03, 87 and AB. RGB value is (3,135,171). Sum of RGB (Red+Green+Blue) = 3+135+171=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #0387AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0387AB is #FC7854. Grayscale: #636363. Windows color (decimal): -16545877 or 11241219. OLE color: 11241219.
HSL color Cylindrical-coordinate representation of color #0387AB: hue angle of 192.86º 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 #0387AB is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 135 | 171 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.33 |
| HSL | 192.86º | 0.97% | 0.34% | - |
| HSV(B) | 192.86º | 0.98% | 0.67% | - |
| XYZ | 16.05 | 20.29 | 41.6 | - |
| YUV | 99.64 | 168.27 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 171 | 0.98 | 0.21 | 0 | 0.33 | 192.86 | 0.97 | 0.34 |
| Hex | 3 | 87 | AB | 62 | 15 | 0 | 21 | C1 | 61 | 22 |
| Octal | 3 | 207 | 253 | 142 | 25 | 0 | 41 | 301 | 141 | 42 |
| Binary | 11 | 10000111 | 10101011 | 1100010 | 10101 | 0 | 100001 | 11000001 | 1100001 | 100010 |
Color Harmonies of #0387AB
Complementary color
Monochromatic Colors of #0387AB
Black with #0387AB
Text Example
Text Example
White with #0387AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0387AB; }
p { color: rgb(3,135,171); }
H1.HeaderClassName
{
color: #0387AB;
}
.AnyTagClassName
{
color: #0387AB;
}
</style>
background-color css
<style>
a { background-color: #0387AB; }
a { background-color: rgb(3,135,171); }
div.DivClassName
{
background-color: #0387AB;
}
.BgClassName
{
background-color: #0387AB;
}
</style>
border-color css
<style>
span { border-color: #0387AB; }
span { border-color: rgb(3,135,171); }
td.TdClassName
{
border-color: #0387AB;
}
.TagClassName
{
border-color: #0387AB;
}
</style>