Shades of Pacific Blue #0386DB
Tints of Pacific Blue #0386DB
RGB
CMYK
RGB Variations
Color information
#0386DB (or 0x0386DB) is known color: Pacific Blue. HEX triplet: 03, 86 and DB. RGB value is (3,134,219). Sum of RGB (Red+Green+Blue) = 3+134+219=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #0386DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0386DB is #FC7924. Grayscale: #686868. Windows color (decimal): -16546085 or 14386691. OLE color: 14386691.
HSL color Cylindrical-coordinate representation of color #0386DB: hue angle of 203.61º 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 #0386DB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 134 | 219 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.14 |
| HSL | 203.61º | 0.97% | 0.44% | - |
| HSV(B) | 203.61º | 0.99% | 0.86% | - |
| XYZ | 21.35 | 22.18 | 70.17 | - |
| YUV | 104.52 | 192.6 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 219 | 0.99 | 0.39 | 0 | 0.14 | 203.61 | 0.97 | 0.44 |
| Hex | 3 | 86 | DB | 63 | 27 | 0 | E | CC | 61 | 2C |
| Octal | 3 | 206 | 333 | 143 | 47 | 0 | 16 | 314 | 141 | 54 |
| Binary | 11 | 10000110 | 11011011 | 1100011 | 100111 | 0 | 1110 | 11001100 | 1100001 | 101100 |
Color Harmonies of #0386DB
Complementary color
Monochromatic Colors of #0386DB
Black with #0386DB
Text Example
Text Example
White with #0386DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386DB; }
p { color: rgb(3,134,219); }
H1.HeaderClassName
{
color: #0386DB;
}
.AnyTagClassName
{
color: #0386DB;
}
</style>
background-color css
<style>
a { background-color: #0386DB; }
a { background-color: rgb(3,134,219); }
div.DivClassName
{
background-color: #0386DB;
}
.BgClassName
{
background-color: #0386DB;
}
</style>
border-color css
<style>
span { border-color: #0386DB; }
span { border-color: rgb(3,134,219); }
td.TdClassName
{
border-color: #0386DB;
}
.TagClassName
{
border-color: #0386DB;
}
</style>