Shades of Pacific Blue #0390DD
Tints of Pacific Blue #0390DD
RGB
CMYK
RGB Variations
Color information
#0390DD (or 0x0390DD) is known color: Pacific Blue. HEX triplet: 03, 90 and DD. RGB value is (3,144,221). Sum of RGB (Red+Green+Blue) = 3+144+221=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #0390DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0390DD is #FC6F22. Grayscale: #6E6E6E. Windows color (decimal): -16543523 or 14520323. OLE color: 14520323.
HSL color Cylindrical-coordinate representation of color #0390DD: hue angle of 201.19º 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 #0390DD is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 144 | 221 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.13 |
| HSL | 201.19º | 0.97% | 0.44% | - |
| HSV(B) | 201.19º | 0.99% | 0.87% | - |
| XYZ | 23.06 | 25.19 | 72.05 | - |
| YUV | 110.62 | 190.29 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 221 | 0.99 | 0.35 | 0 | 0.13 | 201.19 | 0.97 | 0.44 |
| Hex | 3 | 90 | DD | 63 | 23 | 0 | D | C9 | 61 | 2C |
| Octal | 3 | 220 | 335 | 143 | 43 | 0 | 15 | 311 | 141 | 54 |
| Binary | 11 | 10010000 | 11011101 | 1100011 | 100011 | 0 | 1101 | 11001001 | 1100001 | 101100 |
Color Harmonies of #0390DD
Complementary color
Monochromatic Colors of #0390DD
Black with #0390DD
Text Example
Text Example
White with #0390DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0390DD; }
p { color: rgb(3,144,221); }
H1.HeaderClassName
{
color: #0390DD;
}
.AnyTagClassName
{
color: #0390DD;
}
</style>
background-color css
<style>
a { background-color: #0390DD; }
a { background-color: rgb(3,144,221); }
div.DivClassName
{
background-color: #0390DD;
}
.BgClassName
{
background-color: #0390DD;
}
</style>
border-color css
<style>
span { border-color: #0390DD; }
span { border-color: rgb(3,144,221); }
td.TdClassName
{
border-color: #0390DD;
}
.TagClassName
{
border-color: #0390DD;
}
</style>