Shades of Pacific Blue #0387CB
Tints of Pacific Blue #0387CB
RGB
CMYK
RGB Variations
Color information
#0387CB (or 0x0387CB) is known color: Pacific Blue. HEX triplet: 03, 87 and CB. RGB value is (3,135,203). Sum of RGB (Red+Green+Blue) = 3+135+203=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #0387CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0387CB is #FC7834. Grayscale: #666666. Windows color (decimal): -16545845 or 13338371. OLE color: 13338371.
HSL color Cylindrical-coordinate representation of color #0387CB: hue angle of 200.4º 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 #0387CB is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 135 | 203 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.20 |
| HSL | 200.4º | 0.97% | 0.4% | - |
| HSV(B) | 200.4º | 0.99% | 0.8% | - |
| XYZ | 19.48 | 21.66 | 59.65 | - |
| YUV | 103.28 | 184.27 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 203 | 0.99 | 0.33 | 0 | 0.20 | 200.4 | 0.97 | 0.4 |
| Hex | 3 | 87 | CB | 63 | 21 | 0 | 14 | C8 | 61 | 28 |
| Octal | 3 | 207 | 313 | 143 | 41 | 0 | 24 | 310 | 141 | 50 |
| Binary | 11 | 10000111 | 11001011 | 1100011 | 100001 | 0 | 10100 | 11001000 | 1100001 | 101000 |
Color Harmonies of #0387CB
Complementary color
Monochromatic Colors of #0387CB
Black with #0387CB
Text Example
Text Example
White with #0387CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0387CB; }
p { color: rgb(3,135,203); }
H1.HeaderClassName
{
color: #0387CB;
}
.AnyTagClassName
{
color: #0387CB;
}
</style>
background-color css
<style>
a { background-color: #0387CB; }
a { background-color: rgb(3,135,203); }
div.DivClassName
{
background-color: #0387CB;
}
.BgClassName
{
background-color: #0387CB;
}
</style>
border-color css
<style>
span { border-color: #0387CB; }
span { border-color: rgb(3,135,203); }
td.TdClassName
{
border-color: #0387CB;
}
.TagClassName
{
border-color: #0387CB;
}
</style>