Shades of Pacific Blue #0396DD
Tints of Pacific Blue #0396DD
RGB
CMYK
RGB Variations
Color information
#0396DD (or 0x0396DD) is known color: Pacific Blue. HEX triplet: 03, 96 and DD. RGB value is (3,150,221). Sum of RGB (Red+Green+Blue) = 3+150+221=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #0396DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0396DD is #FC6922. Grayscale: #717171. Windows color (decimal): -16541987 or 14521859. OLE color: 14521859.
HSL color Cylindrical-coordinate representation of color #0396DD: hue angle of 199.54º 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 #0396DD is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 150 | 221 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.13 |
| HSL | 199.54º | 0.97% | 0.44% | - |
| HSV(B) | 199.54º | 0.99% | 0.87% | - |
| XYZ | 24 | 27.05 | 72.36 | - |
| YUV | 114.14 | 188.3 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 221 | 0.99 | 0.32 | 0 | 0.13 | 199.54 | 0.97 | 0.44 |
| Hex | 3 | 96 | DD | 63 | 20 | 0 | D | C8 | 61 | 2C |
| Octal | 3 | 226 | 335 | 143 | 40 | 0 | 15 | 310 | 141 | 54 |
| Binary | 11 | 10010110 | 11011101 | 1100011 | 100000 | 0 | 1101 | 11001000 | 1100001 | 101100 |
Color Harmonies of #0396DD
Complementary color
Monochromatic Colors of #0396DD
Black with #0396DD
Text Example
Text Example
White with #0396DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0396DD; }
p { color: rgb(3,150,221); }
H1.HeaderClassName
{
color: #0396DD;
}
.AnyTagClassName
{
color: #0396DD;
}
</style>
background-color css
<style>
a { background-color: #0396DD; }
a { background-color: rgb(3,150,221); }
div.DivClassName
{
background-color: #0396DD;
}
.BgClassName
{
background-color: #0396DD;
}
</style>
border-color css
<style>
span { border-color: #0396DD; }
span { border-color: rgb(3,150,221); }
td.TdClassName
{
border-color: #0396DD;
}
.TagClassName
{
border-color: #0396DD;
}
</style>