Shades of Eastern Blue #03889B
Tints of Eastern Blue #03889B
RGB
CMYK
RGB Variations
Color information
#03889B (or 0x03889B) is known color: Eastern Blue. HEX triplet: 03, 88 and 9B. RGB value is (3,136,155). Sum of RGB (Red+Green+Blue) = 3+136+155=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #03889B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03889B is #FC7764. Grayscale: #626262. Windows color (decimal): -16545637 or 10192899. OLE color: 10192899.
HSL color Cylindrical-coordinate representation of color #03889B: hue angle of 187.5º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03889B is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 136 | 155 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.39 |
| HSL | 187.5º | 0.96% | 0.31% | - |
| HSV(B) | 187.5º | 0.98% | 0.61% | - |
| XYZ | 14.76 | 19.99 | 34.09 | - |
| YUV | 98.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 155 | 0.98 | 0.12 | 0 | 0.39 | 187.5 | 0.96 | 0.31 |
| Hex | 3 | 88 | 9B | 62 | C | 0 | 27 | BC | 60 | 1F |
| Octal | 3 | 210 | 233 | 142 | 14 | 0 | 47 | 274 | 140 | 37 |
| Binary | 11 | 10001000 | 10011011 | 1100010 | 1100 | 0 | 100111 | 10111100 | 1100000 | 11111 |
Color Harmonies of #03889B
Complementary color
Monochromatic Colors of #03889B
Black with #03889B
Text Example
Text Example
White with #03889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03889B; }
p { color: rgb(3,136,155); }
H1.HeaderClassName
{
color: #03889B;
}
.AnyTagClassName
{
color: #03889B;
}
</style>
background-color css
<style>
a { background-color: #03889B; }
a { background-color: rgb(3,136,155); }
div.DivClassName
{
background-color: #03889B;
}
.BgClassName
{
background-color: #03889B;
}
</style>
border-color css
<style>
span { border-color: #03889B; }
span { border-color: rgb(3,136,155); }
td.TdClassName
{
border-color: #03889B;
}
.TagClassName
{
border-color: #03889B;
}
</style>