Shades of Pacific Blue #03A2DC
Tints of Pacific Blue #03A2DC
RGB
CMYK
RGB Variations
Color information
#03A2DC (or 0x03A2DC) is known color: Pacific Blue. HEX triplet: 03, A2 and DC. RGB value is (3,162,220). Sum of RGB (Red+Green+Blue) = 3+162+220=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #03A2DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A2DC is #FC5D23. Grayscale: #787878. Windows color (decimal): -16538916 or 14459395. OLE color: 14459395.
HSL color Cylindrical-coordinate representation of color #03A2DC: hue angle of 196.04º 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 #03A2DC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 162 | 220 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.14 |
| HSL | 196.04º | 0.97% | 0.44% | - |
| HSV(B) | 196.04º | 0.99% | 0.86% | - |
| XYZ | 25.88 | 31.03 | 72.34 | - |
| YUV | 121.07 | 183.82 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 220 | 0.99 | 0.26 | 0 | 0.14 | 196.04 | 0.97 | 0.44 |
| Hex | 3 | A2 | DC | 63 | 1A | 0 | E | C4 | 61 | 2C |
| Octal | 3 | 242 | 334 | 143 | 32 | 0 | 16 | 304 | 141 | 54 |
| Binary | 11 | 10100010 | 11011100 | 1100011 | 11010 | 0 | 1110 | 11000100 | 1100001 | 101100 |
Color Harmonies of #03A2DC
Complementary color
Monochromatic Colors of #03A2DC
Black with #03A2DC
Text Example
Text Example
White with #03A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A2DC; }
p { color: rgb(3,162,220); }
H1.HeaderClassName
{
color: #03A2DC;
}
.AnyTagClassName
{
color: #03A2DC;
}
</style>
background-color css
<style>
a { background-color: #03A2DC; }
a { background-color: rgb(3,162,220); }
div.DivClassName
{
background-color: #03A2DC;
}
.BgClassName
{
background-color: #03A2DC;
}
</style>
border-color css
<style>
span { border-color: #03A2DC; }
span { border-color: rgb(3,162,220); }
td.TdClassName
{
border-color: #03A2DC;
}
.TagClassName
{
border-color: #03A2DC;
}
</style>