Shades of Pacific Blue #0395C0
Tints of Pacific Blue #0395C0
RGB
CMYK
RGB Variations
Color information
#0395C0 (or 0x0395C0) is known color: Pacific Blue. HEX triplet: 03, 95 and C0. RGB value is (3,149,192). Sum of RGB (Red+Green+Blue) = 3+149+192=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #0395C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0395C0 is #FC6A3F. Grayscale: #6D6D6D. Windows color (decimal): -16542272 or 12621059. OLE color: 12621059.
HSL color Cylindrical-coordinate representation of color #0395C0: hue angle of 193.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0395C0 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 149 | 192 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.25 |
| HSL | 193.65º | 0.97% | 0.38% | - |
| HSV(B) | 193.65º | 0.98% | 0.75% | - |
| XYZ | 20.3 | 25.32 | 53.69 | - |
| YUV | 110.25 | 174.13 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 192 | 0.98 | 0.22 | 0 | 0.25 | 193.65 | 0.97 | 0.38 |
| Hex | 3 | 95 | C0 | 62 | 16 | 0 | 19 | C2 | 61 | 26 |
| Octal | 3 | 225 | 300 | 142 | 26 | 0 | 31 | 302 | 141 | 46 |
| Binary | 11 | 10010101 | 11000000 | 1100010 | 10110 | 0 | 11001 | 11000010 | 1100001 | 100110 |
Color Harmonies of #0395C0
Complementary color
Monochromatic Colors of #0395C0
Black with #0395C0
Text Example
Text Example
White with #0395C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0395C0; }
p { color: rgb(3,149,192); }
H1.HeaderClassName
{
color: #0395C0;
}
.AnyTagClassName
{
color: #0395C0;
}
</style>
background-color css
<style>
a { background-color: #0395C0; }
a { background-color: rgb(3,149,192); }
div.DivClassName
{
background-color: #0395C0;
}
.BgClassName
{
background-color: #0395C0;
}
</style>
border-color css
<style>
span { border-color: #0395C0; }
span { border-color: rgb(3,149,192); }
td.TdClassName
{
border-color: #0395C0;
}
.TagClassName
{
border-color: #0395C0;
}
</style>