Shades of Pacific Blue #0386CF
Tints of Pacific Blue #0386CF
RGB
CMYK
RGB Variations
Color information
#0386CF (or 0x0386CF) is known color: Pacific Blue. HEX triplet: 03, 86 and CF. RGB value is (3,134,207). Sum of RGB (Red+Green+Blue) = 3+134+207=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #0386CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0386CF is #FC7930. Grayscale: #666666. Windows color (decimal): -16546097 or 13600259. OLE color: 13600259.
HSL color Cylindrical-coordinate representation of color #0386CF: hue angle of 201.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0386CF is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 134 | 207 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.19 |
| HSL | 201.47º | 0.97% | 0.41% | - |
| HSV(B) | 201.47º | 0.99% | 0.81% | - |
| XYZ | 19.83 | 21.57 | 62.15 | - |
| YUV | 103.15 | 186.6 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 207 | 0.99 | 0.35 | 0 | 0.19 | 201.47 | 0.97 | 0.41 |
| Hex | 3 | 86 | CF | 63 | 23 | 0 | 13 | C9 | 61 | 29 |
| Octal | 3 | 206 | 317 | 143 | 43 | 0 | 23 | 311 | 141 | 51 |
| Binary | 11 | 10000110 | 11001111 | 1100011 | 100011 | 0 | 10011 | 11001001 | 1100001 | 101001 |
Color Harmonies of #0386CF
Complementary color
Monochromatic Colors of #0386CF
Black with #0386CF
Text Example
Text Example
White with #0386CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386CF; }
p { color: rgb(3,134,207); }
H1.HeaderClassName
{
color: #0386CF;
}
.AnyTagClassName
{
color: #0386CF;
}
</style>
background-color css
<style>
a { background-color: #0386CF; }
a { background-color: rgb(3,134,207); }
div.DivClassName
{
background-color: #0386CF;
}
.BgClassName
{
background-color: #0386CF;
}
</style>
border-color css
<style>
span { border-color: #0386CF; }
span { border-color: rgb(3,134,207); }
td.TdClassName
{
border-color: #0386CF;
}
.TagClassName
{
border-color: #0386CF;
}
</style>