Shades of Pacific Blue #0386CD
Tints of Pacific Blue #0386CD
RGB
CMYK
RGB Variations
Color information
#0386CD (or 0x0386CD) is known color: Pacific Blue. HEX triplet: 03, 86 and CD. RGB value is (3,134,205). Sum of RGB (Red+Green+Blue) = 3+134+205=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #0386CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0386CD is #FC7932. Grayscale: #666666. Windows color (decimal): -16546099 or 13469187. OLE color: 13469187.
HSL color Cylindrical-coordinate representation of color #0386CD: hue angle of 201.09º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0386CD is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 134 | 205 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.20 |
| HSL | 201.09º | 0.97% | 0.41% | - |
| HSV(B) | 201.09º | 0.99% | 0.8% | - |
| XYZ | 19.58 | 21.48 | 60.87 | - |
| YUV | 102.93 | 185.6 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 205 | 0.99 | 0.35 | 0 | 0.20 | 201.09 | 0.97 | 0.41 |
| Hex | 3 | 86 | CD | 63 | 23 | 0 | 14 | C9 | 61 | 29 |
| Octal | 3 | 206 | 315 | 143 | 43 | 0 | 24 | 311 | 141 | 51 |
| Binary | 11 | 10000110 | 11001101 | 1100011 | 100011 | 0 | 10100 | 11001001 | 1100001 | 101001 |
Color Harmonies of #0386CD
Complementary color
Monochromatic Colors of #0386CD
Black with #0386CD
Text Example
Text Example
White with #0386CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386CD; }
p { color: rgb(3,134,205); }
H1.HeaderClassName
{
color: #0386CD;
}
.AnyTagClassName
{
color: #0386CD;
}
</style>
background-color css
<style>
a { background-color: #0386CD; }
a { background-color: rgb(3,134,205); }
div.DivClassName
{
background-color: #0386CD;
}
.BgClassName
{
background-color: #0386CD;
}
</style>
border-color css
<style>
span { border-color: #0386CD; }
span { border-color: rgb(3,134,205); }
td.TdClassName
{
border-color: #0386CD;
}
.TagClassName
{
border-color: #0386CD;
}
</style>