Shades of Pacific Blue #0395DF
Tints of Pacific Blue #0395DF
RGB
CMYK
RGB Variations
Color information
#0395DF (or 0x0395DF) is known color: Pacific Blue. HEX triplet: 03, 95 and DF. RGB value is (3,149,223). Sum of RGB (Red+Green+Blue) = 3+149+223=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #0395DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0395DF is #FC6A20. Grayscale: #717171. Windows color (decimal): -16542241 or 14652675. OLE color: 14652675.
HSL color Cylindrical-coordinate representation of color #0395DF: hue angle of 200.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0395DF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 149 | 223 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.13 |
| HSL | 200.18º | 0.97% | 0.44% | - |
| HSV(B) | 200.18º | 0.99% | 0.87% | - |
| XYZ | 24.1 | 26.84 | 73.72 | - |
| YUV | 113.78 | 189.63 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 223 | 0.99 | 0.33 | 0 | 0.13 | 200.18 | 0.97 | 0.44 |
| Hex | 3 | 95 | DF | 63 | 21 | 0 | D | C8 | 61 | 2C |
| Octal | 3 | 225 | 337 | 143 | 41 | 0 | 15 | 310 | 141 | 54 |
| Binary | 11 | 10010101 | 11011111 | 1100011 | 100001 | 0 | 1101 | 11001000 | 1100001 | 101100 |
Color Harmonies of #0395DF
Complementary color
Monochromatic Colors of #0395DF
Black with #0395DF
Text Example
Text Example
White with #0395DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0395DF; }
p { color: rgb(3,149,223); }
H1.HeaderClassName
{
color: #0395DF;
}
.AnyTagClassName
{
color: #0395DF;
}
</style>
background-color css
<style>
a { background-color: #0395DF; }
a { background-color: rgb(3,149,223); }
div.DivClassName
{
background-color: #0395DF;
}
.BgClassName
{
background-color: #0395DF;
}
</style>
border-color css
<style>
span { border-color: #0395DF; }
span { border-color: rgb(3,149,223); }
td.TdClassName
{
border-color: #0395DF;
}
.TagClassName
{
border-color: #0395DF;
}
</style>