Shades of Pacific Blue #0389DB
Tints of Pacific Blue #0389DB
RGB
CMYK
RGB Variations
Color information
#0389DB (or 0x0389DB) is known color: Pacific Blue. HEX triplet: 03, 89 and DB. RGB value is (3,137,219). Sum of RGB (Red+Green+Blue) = 3+137+219=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #0389DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0389DB is #FC7624. Grayscale: #696969. Windows color (decimal): -16545317 or 14387459. OLE color: 14387459.
HSL color Cylindrical-coordinate representation of color #0389DB: hue angle of 202.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0389DB is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 137 | 219 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.14 |
| HSL | 202.78º | 0.97% | 0.44% | - |
| HSV(B) | 202.78º | 0.99% | 0.86% | - |
| XYZ | 21.77 | 23.03 | 70.31 | - |
| YUV | 106.28 | 191.61 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 137 | 219 | 0.99 | 0.37 | 0 | 0.14 | 202.78 | 0.97 | 0.44 |
| Hex | 3 | 89 | DB | 63 | 25 | 0 | E | CB | 61 | 2C |
| Octal | 3 | 211 | 333 | 143 | 45 | 0 | 16 | 313 | 141 | 54 |
| Binary | 11 | 10001001 | 11011011 | 1100011 | 100101 | 0 | 1110 | 11001011 | 1100001 | 101100 |
Color Harmonies of #0389DB
Complementary color
Monochromatic Colors of #0389DB
Black with #0389DB
Text Example
Text Example
White with #0389DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0389DB; }
p { color: rgb(3,137,219); }
H1.HeaderClassName
{
color: #0389DB;
}
.AnyTagClassName
{
color: #0389DB;
}
</style>
background-color css
<style>
a { background-color: #0389DB; }
a { background-color: rgb(3,137,219); }
div.DivClassName
{
background-color: #0389DB;
}
.BgClassName
{
background-color: #0389DB;
}
</style>
border-color css
<style>
span { border-color: #0389DB; }
span { border-color: rgb(3,137,219); }
td.TdClassName
{
border-color: #0389DB;
}
.TagClassName
{
border-color: #0389DB;
}
</style>