Shades of Pacific Blue #039CBC
Tints of Pacific Blue #039CBC
RGB
CMYK
RGB Variations
Color information
#039CBC (or 0x039CBC) is known color: Pacific Blue. HEX triplet: 03, 9C and BC. RGB value is (3,156,188). Sum of RGB (Red+Green+Blue) = 3+156+188=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #039CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CBC is #FC6343. Grayscale: #717171. Windows color (decimal): -16540484 or 12360707. OLE color: 12360707.
HSL color Cylindrical-coordinate representation of color #039CBC: hue angle of 190.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039CBC is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 156 | 188 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.26 |
| HSL | 190.38º | 0.97% | 0.37% | - |
| HSV(B) | 190.38º | 0.98% | 0.74% | - |
| XYZ | 21 | 27.43 | 51.76 | - |
| YUV | 113.9 | 169.81 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 188 | 0.98 | 0.17 | 0 | 0.26 | 190.38 | 0.97 | 0.37 |
| Hex | 3 | 9C | BC | 62 | 11 | 0 | 1A | BE | 61 | 25 |
| Octal | 3 | 234 | 274 | 142 | 21 | 0 | 32 | 276 | 141 | 45 |
| Binary | 11 | 10011100 | 10111100 | 1100010 | 10001 | 0 | 11010 | 10111110 | 1100001 | 100101 |
Color Harmonies of #039CBC
Complementary color
Monochromatic Colors of #039CBC
Black with #039CBC
Text Example
Text Example
White with #039CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CBC; }
p { color: rgb(3,156,188); }
H1.HeaderClassName
{
color: #039CBC;
}
.AnyTagClassName
{
color: #039CBC;
}
</style>
background-color css
<style>
a { background-color: #039CBC; }
a { background-color: rgb(3,156,188); }
div.DivClassName
{
background-color: #039CBC;
}
.BgClassName
{
background-color: #039CBC;
}
</style>
border-color css
<style>
span { border-color: #039CBC; }
span { border-color: rgb(3,156,188); }
td.TdClassName
{
border-color: #039CBC;
}
.TagClassName
{
border-color: #039CBC;
}
</style>