Shades of Pacific Blue #039CCC
Tints of Pacific Blue #039CCC
RGB
CMYK
RGB Variations
Color information
#039CCC (or 0x039CCC) is known color: Pacific Blue. HEX triplet: 03, 9C and CC. RGB value is (3,156,204). Sum of RGB (Red+Green+Blue) = 3+156+204=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #039CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CCC is #FC6333. Grayscale: #737373. Windows color (decimal): -16540468 or 13409283. OLE color: 13409283.
HSL color Cylindrical-coordinate representation of color #039CCC: hue angle of 194.33º 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 #039CCC is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 156 | 204 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.2 |
| HSL | 194.33º | 0.97% | 0.41% | - |
| HSV(B) | 194.33º | 0.99% | 0.8% | - |
| XYZ | 22.83 | 28.16 | 61.36 | - |
| YUV | 115.73 | 177.81 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 204 | 0.99 | 0.24 | 0 | 0.2 | 194.33 | 0.97 | 0.41 |
| Hex | 3 | 9C | CC | 63 | 18 | 0 | 14 | C2 | 61 | 29 |
| Octal | 3 | 234 | 314 | 143 | 30 | 0 | 24 | 302 | 141 | 51 |
| Binary | 11 | 10011100 | 11001100 | 1100011 | 11000 | 0 | 10100 | 11000010 | 1100001 | 101001 |
Color Harmonies of #039CCC
Complementary color
Monochromatic Colors of #039CCC
Black with #039CCC
Text Example
Text Example
White with #039CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CCC; }
p { color: rgb(3,156,204); }
H1.HeaderClassName
{
color: #039CCC;
}
.AnyTagClassName
{
color: #039CCC;
}
</style>
background-color css
<style>
a { background-color: #039CCC; }
a { background-color: rgb(3,156,204); }
div.DivClassName
{
background-color: #039CCC;
}
.BgClassName
{
background-color: #039CCC;
}
</style>
border-color css
<style>
span { border-color: #039CCC; }
span { border-color: rgb(3,156,204); }
td.TdClassName
{
border-color: #039CCC;
}
.TagClassName
{
border-color: #039CCC;
}
</style>