Shades of Pacific Blue #039BCC
Tints of Pacific Blue #039BCC
RGB
CMYK
RGB Variations
Color information
#039BCC (or 0x039BCC) is known color: Pacific Blue. HEX triplet: 03, 9B and CC. RGB value is (3,155,204). Sum of RGB (Red+Green+Blue) = 3+155+204=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #039BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BCC is #FC6433. Grayscale: #727272. Windows color (decimal): -16540724 or 13409027. OLE color: 13409027.
HSL color Cylindrical-coordinate representation of color #039BCC: hue angle of 194.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BCC is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 155 | 204 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.2 |
| HSL | 194.63º | 0.97% | 0.41% | - |
| HSV(B) | 194.63º | 0.99% | 0.8% | - |
| XYZ | 22.66 | 27.82 | 61.3 | - |
| YUV | 115.14 | 178.14 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 204 | 0.99 | 0.24 | 0 | 0.2 | 194.63 | 0.97 | 0.41 |
| Hex | 3 | 9B | CC | 63 | 18 | 0 | 14 | C3 | 61 | 29 |
| Octal | 3 | 233 | 314 | 143 | 30 | 0 | 24 | 303 | 141 | 51 |
| Binary | 11 | 10011011 | 11001100 | 1100011 | 11000 | 0 | 10100 | 11000011 | 1100001 | 101001 |
Color Harmonies of #039BCC
Complementary color
Monochromatic Colors of #039BCC
Black with #039BCC
Text Example
Text Example
White with #039BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BCC; }
p { color: rgb(3,155,204); }
H1.HeaderClassName
{
color: #039BCC;
}
.AnyTagClassName
{
color: #039BCC;
}
</style>
background-color css
<style>
a { background-color: #039BCC; }
a { background-color: rgb(3,155,204); }
div.DivClassName
{
background-color: #039BCC;
}
.BgClassName
{
background-color: #039BCC;
}
</style>
border-color css
<style>
span { border-color: #039BCC; }
span { border-color: rgb(3,155,204); }
td.TdClassName
{
border-color: #039BCC;
}
.TagClassName
{
border-color: #039BCC;
}
</style>