Shades of Pacific Blue #039CCD
Tints of Pacific Blue #039CCD
RGB
CMYK
RGB Variations
Color information
#039CCD (or 0x039CCD) is known color: Pacific Blue. HEX triplet: 03, 9C and CD. RGB value is (3,156,205). Sum of RGB (Red+Green+Blue) = 3+156+205=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #039CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CCD is #FC6332. Grayscale: #737373. Windows color (decimal): -16540467 or 13474819. OLE color: 13474819.
HSL color Cylindrical-coordinate representation of color #039CCD: hue angle of 194.55º 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 #039CCD is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 156 | 205 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.20 |
| HSL | 194.55º | 0.97% | 0.41% | - |
| HSV(B) | 194.55º | 0.99% | 0.8% | - |
| XYZ | 22.95 | 28.2 | 61.99 | - |
| YUV | 115.84 | 178.31 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 205 | 0.99 | 0.24 | 0 | 0.20 | 194.55 | 0.97 | 0.41 |
| Hex | 3 | 9C | CD | 63 | 18 | 0 | 14 | C3 | 61 | 29 |
| Octal | 3 | 234 | 315 | 143 | 30 | 0 | 24 | 303 | 141 | 51 |
| Binary | 11 | 10011100 | 11001101 | 1100011 | 11000 | 0 | 10100 | 11000011 | 1100001 | 101001 |
Color Harmonies of #039CCD
Complementary color
Monochromatic Colors of #039CCD
Black with #039CCD
Text Example
Text Example
White with #039CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CCD; }
p { color: rgb(3,156,205); }
H1.HeaderClassName
{
color: #039CCD;
}
.AnyTagClassName
{
color: #039CCD;
}
</style>
background-color css
<style>
a { background-color: #039CCD; }
a { background-color: rgb(3,156,205); }
div.DivClassName
{
background-color: #039CCD;
}
.BgClassName
{
background-color: #039CCD;
}
</style>
border-color css
<style>
span { border-color: #039CCD; }
span { border-color: rgb(3,156,205); }
td.TdClassName
{
border-color: #039CCD;
}
.TagClassName
{
border-color: #039CCD;
}
</style>