Shades of Eastern Blue #0386A3
Tints of Eastern Blue #0386A3
RGB
CMYK
RGB Variations
Color information
#0386A3 (or 0x0386A3) is known color: Eastern Blue. HEX triplet: 03, 86 and A3. RGB value is (3,134,163). Sum of RGB (Red+Green+Blue) = 3+134+163=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 163 (64.06% from 255 or 54.33% from 300); Max value from RGB is 163 - color contains mainly: blue. Hex color #0386A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0386A3 is #FC795C. Grayscale: #616161. Windows color (decimal): -16546141 or 10716675. OLE color: 10716675.
HSL color Cylindrical-coordinate representation of color #0386A3: hue angle of 190.88º 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 #0386A3 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 134 | 163 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.36 |
| HSL | 190.88º | 0.96% | 0.33% | - |
| HSV(B) | 190.88º | 0.98% | 0.64% | - |
| XYZ | 15.17 | 19.71 | 37.66 | - |
| YUV | 98.14 | 164.6 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 163 | 0.98 | 0.18 | 0 | 0.36 | 190.88 | 0.96 | 0.33 |
| Hex | 3 | 86 | A3 | 62 | 12 | 0 | 24 | BF | 60 | 21 |
| Octal | 3 | 206 | 243 | 142 | 22 | 0 | 44 | 277 | 140 | 41 |
| Binary | 11 | 10000110 | 10100011 | 1100010 | 10010 | 0 | 100100 | 10111111 | 1100000 | 100001 |
Color Harmonies of #0386A3
Complementary color
Monochromatic Colors of #0386A3
Black with #0386A3
Text Example
Text Example
White with #0386A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386A3; }
p { color: rgb(3,134,163); }
H1.HeaderClassName
{
color: #0386A3;
}
.AnyTagClassName
{
color: #0386A3;
}
</style>
background-color css
<style>
a { background-color: #0386A3; }
a { background-color: rgb(3,134,163); }
div.DivClassName
{
background-color: #0386A3;
}
.BgClassName
{
background-color: #0386A3;
}
</style>
border-color css
<style>
span { border-color: #0386A3; }
span { border-color: rgb(3,134,163); }
td.TdClassName
{
border-color: #0386A3;
}
.TagClassName
{
border-color: #0386A3;
}
</style>