Shades of Pacific Blue #039AC2
Tints of Pacific Blue #039AC2
RGB
CMYK
RGB Variations
Color information
#039AC2 (or 0x039AC2) is known color: Pacific Blue. HEX triplet: 03, 9A and C2. RGB value is (3,154,194). Sum of RGB (Red+Green+Blue) = 3+154+194=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 194 (76.17% from 255 or 55.27% from 351); Max value from RGB is 194 - color contains mainly: blue. Hex color #039AC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AC2 is #FC653D. Grayscale: #717171. Windows color (decimal): -16540990 or 12753411. OLE color: 12753411.
HSL color Cylindrical-coordinate representation of color #039AC2: hue angle of 192.57º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039AC2 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 154 | 194 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.24 |
| HSL | 192.57º | 0.97% | 0.39% | - |
| HSV(B) | 192.57º | 0.98% | 0.76% | - |
| XYZ | 21.33 | 27.03 | 55.13 | - |
| YUV | 113.41 | 173.47 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 194 | 0.98 | 0.21 | 0 | 0.24 | 192.57 | 0.97 | 0.39 |
| Hex | 3 | 9A | C2 | 62 | 15 | 0 | 18 | C1 | 61 | 27 |
| Octal | 3 | 232 | 302 | 142 | 25 | 0 | 30 | 301 | 141 | 47 |
| Binary | 11 | 10011010 | 11000010 | 1100010 | 10101 | 0 | 11000 | 11000001 | 1100001 | 100111 |
Color Harmonies of #039AC2
Complementary color
Monochromatic Colors of #039AC2
Black with #039AC2
Text Example
Text Example
White with #039AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AC2; }
p { color: rgb(3,154,194); }
H1.HeaderClassName
{
color: #039AC2;
}
.AnyTagClassName
{
color: #039AC2;
}
</style>
background-color css
<style>
a { background-color: #039AC2; }
a { background-color: rgb(3,154,194); }
div.DivClassName
{
background-color: #039AC2;
}
.BgClassName
{
background-color: #039AC2;
}
</style>
border-color css
<style>
span { border-color: #039AC2; }
span { border-color: rgb(3,154,194); }
td.TdClassName
{
border-color: #039AC2;
}
.TagClassName
{
border-color: #039AC2;
}
</style>