Shades of Eastern Blue #03879A
Tints of Eastern Blue #03879A
RGB
CMYK
RGB Variations
Color information
#03879A (or 0x03879A) is known color: Eastern Blue. HEX triplet: 03, 87 and 9A. RGB value is (3,135,154). Sum of RGB (Red+Green+Blue) = 3+135+154=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #03879A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03879A is #FC7865. Grayscale: #616161. Windows color (decimal): -16545894 or 10127107. OLE color: 10127107.
HSL color Cylindrical-coordinate representation of color #03879A: hue angle of 187.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03879A is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 135 | 154 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.40 |
| HSL | 187.55º | 0.96% | 0.31% | - |
| HSV(B) | 187.55º | 0.98% | 0.6% | - |
| XYZ | 14.53 | 19.68 | 33.6 | - |
| YUV | 97.7 | 159.77 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 154 | 0.98 | 0.12 | 0 | 0.40 | 187.55 | 0.96 | 0.31 |
| Hex | 3 | 87 | 9A | 62 | C | 0 | 28 | BC | 60 | 1F |
| Octal | 3 | 207 | 232 | 142 | 14 | 0 | 50 | 274 | 140 | 37 |
| Binary | 11 | 10000111 | 10011010 | 1100010 | 1100 | 0 | 101000 | 10111100 | 1100000 | 11111 |
Color Harmonies of #03879A
Complementary color
Monochromatic Colors of #03879A
Black with #03879A
Text Example
Text Example
White with #03879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03879A; }
p { color: rgb(3,135,154); }
H1.HeaderClassName
{
color: #03879A;
}
.AnyTagClassName
{
color: #03879A;
}
</style>
background-color css
<style>
a { background-color: #03879A; }
a { background-color: rgb(3,135,154); }
div.DivClassName
{
background-color: #03879A;
}
.BgClassName
{
background-color: #03879A;
}
</style>
border-color css
<style>
span { border-color: #03879A; }
span { border-color: rgb(3,135,154); }
td.TdClassName
{
border-color: #03879A;
}
.TagClassName
{
border-color: #03879A;
}
</style>