Shades of Eastern Blue #0387A7
Tints of Eastern Blue #0387A7
RGB
CMYK
RGB Variations
Color information
#0387A7 (or 0x0387A7) is known color: Eastern Blue. HEX triplet: 03, 87 and A7. RGB value is (3,135,167). Sum of RGB (Red+Green+Blue) = 3+135+167=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 167 (65.62% from 255 or 54.75% from 305); Max value from RGB is 167 - color contains mainly: blue. Hex color #0387A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0387A7 is #FC7858. Grayscale: #626262. Windows color (decimal): -16545881 or 10979075. OLE color: 10979075.
HSL color Cylindrical-coordinate representation of color #0387A7: hue angle of 191.71º 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 #0387A7 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 135 | 167 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.35 |
| HSL | 191.71º | 0.96% | 0.33% | - |
| HSV(B) | 191.71º | 0.98% | 0.65% | - |
| XYZ | 15.68 | 20.14 | 39.62 | - |
| YUV | 99.18 | 166.27 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 167 | 0.98 | 0.19 | 0 | 0.35 | 191.71 | 0.96 | 0.33 |
| Hex | 3 | 87 | A7 | 62 | 13 | 0 | 23 | C0 | 60 | 21 |
| Octal | 3 | 207 | 247 | 142 | 23 | 0 | 43 | 300 | 140 | 41 |
| Binary | 11 | 10000111 | 10100111 | 1100010 | 10011 | 0 | 100011 | 11000000 | 1100000 | 100001 |
Color Harmonies of #0387A7
Complementary color
Monochromatic Colors of #0387A7
Black with #0387A7
Text Example
Text Example
White with #0387A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0387A7; }
p { color: rgb(3,135,167); }
H1.HeaderClassName
{
color: #0387A7;
}
.AnyTagClassName
{
color: #0387A7;
}
</style>
background-color css
<style>
a { background-color: #0387A7; }
a { background-color: rgb(3,135,167); }
div.DivClassName
{
background-color: #0387A7;
}
.BgClassName
{
background-color: #0387A7;
}
</style>
border-color css
<style>
span { border-color: #0387A7; }
span { border-color: rgb(3,135,167); }
td.TdClassName
{
border-color: #0387A7;
}
.TagClassName
{
border-color: #0387A7;
}
</style>