Shades of Pacific Blue #0395CE
Tints of Pacific Blue #0395CE
RGB
CMYK
RGB Variations
Color information
#0395CE (or 0x0395CE) is known color: Pacific Blue. HEX triplet: 03, 95 and CE. RGB value is (3,149,206). Sum of RGB (Red+Green+Blue) = 3+149+206=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #0395CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0395CE is #FC6A31. Grayscale: #6F6F6F. Windows color (decimal): -16542258 or 13538563. OLE color: 13538563.
HSL color Cylindrical-coordinate representation of color #0395CE: hue angle of 196.85º 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 #0395CE is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 149 | 206 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.19 |
| HSL | 196.85º | 0.97% | 0.41% | - |
| HSV(B) | 196.85º | 0.99% | 0.81% | - |
| XYZ | 21.93 | 25.97 | 62.25 | - |
| YUV | 111.84 | 181.13 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 206 | 0.99 | 0.28 | 0 | 0.19 | 196.85 | 0.97 | 0.41 |
| Hex | 3 | 95 | CE | 63 | 1C | 0 | 13 | C5 | 61 | 29 |
| Octal | 3 | 225 | 316 | 143 | 34 | 0 | 23 | 305 | 141 | 51 |
| Binary | 11 | 10010101 | 11001110 | 1100011 | 11100 | 0 | 10011 | 11000101 | 1100001 | 101001 |
Color Harmonies of #0395CE
Complementary color
Monochromatic Colors of #0395CE
Black with #0395CE
Text Example
Text Example
White with #0395CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0395CE; }
p { color: rgb(3,149,206); }
H1.HeaderClassName
{
color: #0395CE;
}
.AnyTagClassName
{
color: #0395CE;
}
</style>
background-color css
<style>
a { background-color: #0395CE; }
a { background-color: rgb(3,149,206); }
div.DivClassName
{
background-color: #0395CE;
}
.BgClassName
{
background-color: #0395CE;
}
</style>
border-color css
<style>
span { border-color: #0395CE; }
span { border-color: rgb(3,149,206); }
td.TdClassName
{
border-color: #0395CE;
}
.TagClassName
{
border-color: #0395CE;
}
</style>