Shades of Pacific Blue #0395DB
Tints of Pacific Blue #0395DB
RGB
CMYK
RGB Variations
Color information
#0395DB (or 0x0395DB) is known color: Pacific Blue. HEX triplet: 03, 95 and DB. RGB value is (3,149,219). Sum of RGB (Red+Green+Blue) = 3+149+219=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #0395DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0395DB is #FC6A24. Grayscale: #707070. Windows color (decimal): -16542245 or 14390531. OLE color: 14390531.
HSL color Cylindrical-coordinate representation of color #0395DB: hue angle of 199.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0395DB is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 149 | 219 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.14 |
| HSL | 199.44º | 0.97% | 0.44% | - |
| HSV(B) | 199.44º | 0.99% | 0.86% | - |
| XYZ | 23.57 | 26.63 | 70.92 | - |
| YUV | 113.33 | 187.63 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 219 | 0.99 | 0.32 | 0 | 0.14 | 199.44 | 0.97 | 0.44 |
| Hex | 3 | 95 | DB | 63 | 20 | 0 | E | C7 | 61 | 2C |
| Octal | 3 | 225 | 333 | 143 | 40 | 0 | 16 | 307 | 141 | 54 |
| Binary | 11 | 10010101 | 11011011 | 1100011 | 100000 | 0 | 1110 | 11000111 | 1100001 | 101100 |
Color Harmonies of #0395DB
Complementary color
Monochromatic Colors of #0395DB
Black with #0395DB
Text Example
Text Example
White with #0395DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0395DB; }
p { color: rgb(3,149,219); }
H1.HeaderClassName
{
color: #0395DB;
}
.AnyTagClassName
{
color: #0395DB;
}
</style>
background-color css
<style>
a { background-color: #0395DB; }
a { background-color: rgb(3,149,219); }
div.DivClassName
{
background-color: #0395DB;
}
.BgClassName
{
background-color: #0395DB;
}
</style>
border-color css
<style>
span { border-color: #0395DB; }
span { border-color: rgb(3,149,219); }
td.TdClassName
{
border-color: #0395DB;
}
.TagClassName
{
border-color: #0395DB;
}
</style>