Shades of Pacific Blue #0386CB
Tints of Pacific Blue #0386CB
RGB
CMYK
RGB Variations
Color information
#0386CB (or 0x0386CB) is known color: Pacific Blue. HEX triplet: 03, 86 and CB. RGB value is (3,134,203). Sum of RGB (Red+Green+Blue) = 3+134+203=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #0386CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0386CB is #FC7934. Grayscale: #666666. Windows color (decimal): -16546101 or 13338115. OLE color: 13338115.
HSL color Cylindrical-coordinate representation of color #0386CB: hue angle of 200.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0386CB is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 134 | 203 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.20 |
| HSL | 200.7º | 0.97% | 0.4% | - |
| HSV(B) | 200.7º | 0.99% | 0.8% | - |
| XYZ | 19.34 | 21.38 | 59.61 | - |
| YUV | 102.7 | 184.6 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 203 | 0.99 | 0.34 | 0 | 0.20 | 200.7 | 0.97 | 0.4 |
| Hex | 3 | 86 | CB | 63 | 22 | 0 | 14 | C9 | 61 | 28 |
| Octal | 3 | 206 | 313 | 143 | 42 | 0 | 24 | 311 | 141 | 50 |
| Binary | 11 | 10000110 | 11001011 | 1100011 | 100010 | 0 | 10100 | 11001001 | 1100001 | 101000 |
Color Harmonies of #0386CB
Complementary color
Monochromatic Colors of #0386CB
Black with #0386CB
Text Example
Text Example
White with #0386CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386CB; }
p { color: rgb(3,134,203); }
H1.HeaderClassName
{
color: #0386CB;
}
.AnyTagClassName
{
color: #0386CB;
}
</style>
background-color css
<style>
a { background-color: #0386CB; }
a { background-color: rgb(3,134,203); }
div.DivClassName
{
background-color: #0386CB;
}
.BgClassName
{
background-color: #0386CB;
}
</style>
border-color css
<style>
span { border-color: #0386CB; }
span { border-color: rgb(3,134,203); }
td.TdClassName
{
border-color: #0386CB;
}
.TagClassName
{
border-color: #0386CB;
}
</style>