Shades of Eastern Blue #0386A4
Tints of Eastern Blue #0386A4
RGB
CMYK
RGB Variations
Color information
#0386A4 (or 0x0386A4) is known color: Eastern Blue. HEX triplet: 03, 86 and A4. RGB value is (3,134,164). Sum of RGB (Red+Green+Blue) = 3+134+164=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #0386A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0386A4 is #FC795B. Grayscale: #626262. Windows color (decimal): -16546140 or 10782211. OLE color: 10782211.
HSL color Cylindrical-coordinate representation of color #0386A4: hue angle of 191.18º 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 #0386A4 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 134 | 164 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.36 |
| HSL | 191.18º | 0.96% | 0.33% | - |
| HSV(B) | 191.18º | 0.98% | 0.64% | - |
| XYZ | 15.26 | 19.75 | 38.13 | - |
| YUV | 98.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 164 | 0.98 | 0.18 | 0 | 0.36 | 191.18 | 0.96 | 0.33 |
| Hex | 3 | 86 | A4 | 62 | 12 | 0 | 24 | BF | 60 | 21 |
| Octal | 3 | 206 | 244 | 142 | 22 | 0 | 44 | 277 | 140 | 41 |
| Binary | 11 | 10000110 | 10100100 | 1100010 | 10010 | 0 | 100100 | 10111111 | 1100000 | 100001 |
Color Harmonies of #0386A4
Complementary color
Monochromatic Colors of #0386A4
Black with #0386A4
Text Example
Text Example
White with #0386A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386A4; }
p { color: rgb(3,134,164); }
H1.HeaderClassName
{
color: #0386A4;
}
.AnyTagClassName
{
color: #0386A4;
}
</style>
background-color css
<style>
a { background-color: #0386A4; }
a { background-color: rgb(3,134,164); }
div.DivClassName
{
background-color: #0386A4;
}
.BgClassName
{
background-color: #0386A4;
}
</style>
border-color css
<style>
span { border-color: #0386A4; }
span { border-color: rgb(3,134,164); }
td.TdClassName
{
border-color: #0386A4;
}
.TagClassName
{
border-color: #0386A4;
}
</style>