Shades of Pacific Blue #0390DA
Tints of Pacific Blue #0390DA
RGB
CMYK
RGB Variations
Color information
#0390DA (or 0x0390DA) is known color: Pacific Blue. HEX triplet: 03, 90 and DA. RGB value is (3,144,218). Sum of RGB (Red+Green+Blue) = 3+144+218=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #0390DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0390DA is #FC6F25. Grayscale: #6D6D6D. Windows color (decimal): -16543526 or 14323715. OLE color: 14323715.
HSL color Cylindrical-coordinate representation of color #0390DA: hue angle of 200.65º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0390DA is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 144 | 218 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.15 |
| HSL | 200.65º | 0.97% | 0.43% | - |
| HSV(B) | 200.65º | 0.99% | 0.85% | - |
| XYZ | 22.67 | 25.03 | 69.97 | - |
| YUV | 110.28 | 188.79 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 218 | 0.99 | 0.34 | 0 | 0.15 | 200.65 | 0.97 | 0.43 |
| Hex | 3 | 90 | DA | 63 | 22 | 0 | F | C9 | 61 | 2B |
| Octal | 3 | 220 | 332 | 143 | 42 | 0 | 17 | 311 | 141 | 53 |
| Binary | 11 | 10010000 | 11011010 | 1100011 | 100010 | 0 | 1111 | 11001001 | 1100001 | 101011 |
Color Harmonies of #0390DA
Complementary color
Monochromatic Colors of #0390DA
Black with #0390DA
Text Example
Text Example
White with #0390DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390DA; }
p { color: rgb(3,144,218); }
H1.HeaderClassName
{
color: #0390DA;
}
.AnyTagClassName
{
color: #0390DA;
}
</style>
background-color css
<style>
a { background-color: #0390DA; }
a { background-color: rgb(3,144,218); }
div.DivClassName
{
background-color: #0390DA;
}
.BgClassName
{
background-color: #0390DA;
}
</style>
border-color css
<style>
span { border-color: #0390DA; }
span { border-color: rgb(3,144,218); }
td.TdClassName
{
border-color: #0390DA;
}
.TagClassName
{
border-color: #0390DA;
}
</style>