Shades of Pacific Blue #039CCA
Tints of Pacific Blue #039CCA
RGB
CMYK
RGB Variations
Color information
#039CCA (or 0x039CCA) is known color: Pacific Blue. HEX triplet: 03, 9C and CA. RGB value is (3,156,202). Sum of RGB (Red+Green+Blue) = 3+156+202=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #039CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CCA is #FC6335. Grayscale: #737373. Windows color (decimal): -16540470 or 13278211. OLE color: 13278211.
HSL color Cylindrical-coordinate representation of color #039CCA: hue angle of 193.87º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039CCA is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 156 | 202 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.21 |
| HSL | 193.87º | 0.97% | 0.4% | - |
| HSV(B) | 193.87º | 0.99% | 0.79% | - |
| XYZ | 22.59 | 28.06 | 60.1 | - |
| YUV | 115.5 | 176.81 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 202 | 0.99 | 0.23 | 0 | 0.21 | 193.87 | 0.97 | 0.4 |
| Hex | 3 | 9C | CA | 63 | 17 | 0 | 15 | C2 | 61 | 28 |
| Octal | 3 | 234 | 312 | 143 | 27 | 0 | 25 | 302 | 141 | 50 |
| Binary | 11 | 10011100 | 11001010 | 1100011 | 10111 | 0 | 10101 | 11000010 | 1100001 | 101000 |
Color Harmonies of #039CCA
Complementary color
Monochromatic Colors of #039CCA
Black with #039CCA
Text Example
Text Example
White with #039CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CCA; }
p { color: rgb(3,156,202); }
H1.HeaderClassName
{
color: #039CCA;
}
.AnyTagClassName
{
color: #039CCA;
}
</style>
background-color css
<style>
a { background-color: #039CCA; }
a { background-color: rgb(3,156,202); }
div.DivClassName
{
background-color: #039CCA;
}
.BgClassName
{
background-color: #039CCA;
}
</style>
border-color css
<style>
span { border-color: #039CCA; }
span { border-color: rgb(3,156,202); }
td.TdClassName
{
border-color: #039CCA;
}
.TagClassName
{
border-color: #039CCA;
}
</style>