Shades of Pacific Blue #0389DD
Tints of Pacific Blue #0389DD
RGB
CMYK
RGB Variations
Color information
#0389DD (or 0x0389DD) is known color: Pacific Blue. HEX triplet: 03, 89 and DD. RGB value is (3,137,221). Sum of RGB (Red+Green+Blue) = 3+137+221=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #0389DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0389DD is #FC7622. Grayscale: #6A6A6A. Windows color (decimal): -16545315 or 14518531. OLE color: 14518531.
HSL color Cylindrical-coordinate representation of color #0389DD: hue angle of 203.12º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0389DD is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 137 | 221 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.13 |
| HSL | 203.12º | 0.97% | 0.44% | - |
| HSV(B) | 203.12º | 0.99% | 0.87% | - |
| XYZ | 22.03 | 23.13 | 71.71 | - |
| YUV | 106.51 | 192.61 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 137 | 221 | 0.99 | 0.38 | 0 | 0.13 | 203.12 | 0.97 | 0.44 |
| Hex | 3 | 89 | DD | 63 | 26 | 0 | D | CB | 61 | 2C |
| Octal | 3 | 211 | 335 | 143 | 46 | 0 | 15 | 313 | 141 | 54 |
| Binary | 11 | 10001001 | 11011101 | 1100011 | 100110 | 0 | 1101 | 11001011 | 1100001 | 101100 |
Color Harmonies of #0389DD
Complementary color
Monochromatic Colors of #0389DD
Black with #0389DD
Text Example
Text Example
White with #0389DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0389DD; }
p { color: rgb(3,137,221); }
H1.HeaderClassName
{
color: #0389DD;
}
.AnyTagClassName
{
color: #0389DD;
}
</style>
background-color css
<style>
a { background-color: #0389DD; }
a { background-color: rgb(3,137,221); }
div.DivClassName
{
background-color: #0389DD;
}
.BgClassName
{
background-color: #0389DD;
}
</style>
border-color css
<style>
span { border-color: #0389DD; }
span { border-color: rgb(3,137,221); }
td.TdClassName
{
border-color: #0389DD;
}
.TagClassName
{
border-color: #0389DD;
}
</style>