Shades of Pacific Blue #039EC2
Tints of Pacific Blue #039EC2
RGB
CMYK
RGB Variations
Color information
#039EC2 (or 0x039EC2) is known color: Pacific Blue. HEX triplet: 03, 9E and C2. RGB value is (3,158,194). Sum of RGB (Red+Green+Blue) = 3+158+194=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #039EC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EC2 is #FC613D. Grayscale: #737373. Windows color (decimal): -16539966 or 12754435. OLE color: 12754435.
HSL color Cylindrical-coordinate representation of color #039EC2: hue angle of 191.31º 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 #039EC2 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 158 | 194 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.24 |
| HSL | 191.31º | 0.97% | 0.39% | - |
| HSV(B) | 191.31º | 0.98% | 0.76% | - |
| XYZ | 22 | 28.37 | 55.35 | - |
| YUV | 115.76 | 172.15 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 194 | 0.98 | 0.19 | 0 | 0.24 | 191.31 | 0.97 | 0.39 |
| Hex | 3 | 9E | C2 | 62 | 13 | 0 | 18 | BF | 61 | 27 |
| Octal | 3 | 236 | 302 | 142 | 23 | 0 | 30 | 277 | 141 | 47 |
| Binary | 11 | 10011110 | 11000010 | 1100010 | 10011 | 0 | 11000 | 10111111 | 1100001 | 100111 |
Color Harmonies of #039EC2
Complementary color
Monochromatic Colors of #039EC2
Black with #039EC2
Text Example
Text Example
White with #039EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EC2; }
p { color: rgb(3,158,194); }
H1.HeaderClassName
{
color: #039EC2;
}
.AnyTagClassName
{
color: #039EC2;
}
</style>
background-color css
<style>
a { background-color: #039EC2; }
a { background-color: rgb(3,158,194); }
div.DivClassName
{
background-color: #039EC2;
}
.BgClassName
{
background-color: #039EC2;
}
</style>
border-color css
<style>
span { border-color: #039EC2; }
span { border-color: rgb(3,158,194); }
td.TdClassName
{
border-color: #039EC2;
}
.TagClassName
{
border-color: #039EC2;
}
</style>