Shades of Pacific Blue #039BBC
Tints of Pacific Blue #039BBC
RGB
CMYK
RGB Variations
Color information
#039BBC (or 0x039BBC) is known color: Pacific Blue. HEX triplet: 03, 9B and BC. RGB value is (3,155,188). Sum of RGB (Red+Green+Blue) = 3+155+188=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #039BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BBC is #FC6443. Grayscale: #717171. Windows color (decimal): -16540740 or 12360451. OLE color: 12360451.
HSL color Cylindrical-coordinate representation of color #039BBC: hue angle of 190.7º 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 #039BBC is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 155 | 188 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.26 |
| HSL | 190.7º | 0.97% | 0.37% | - |
| HSV(B) | 190.7º | 0.98% | 0.74% | - |
| XYZ | 20.84 | 27.09 | 51.71 | - |
| YUV | 113.31 | 170.14 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 188 | 0.98 | 0.18 | 0 | 0.26 | 190.7 | 0.97 | 0.37 |
| Hex | 3 | 9B | BC | 62 | 12 | 0 | 1A | BF | 61 | 25 |
| Octal | 3 | 233 | 274 | 142 | 22 | 0 | 32 | 277 | 141 | 45 |
| Binary | 11 | 10011011 | 10111100 | 1100010 | 10010 | 0 | 11010 | 10111111 | 1100001 | 100101 |
Color Harmonies of #039BBC
Complementary color
Monochromatic Colors of #039BBC
Black with #039BBC
Text Example
Text Example
White with #039BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BBC; }
p { color: rgb(3,155,188); }
H1.HeaderClassName
{
color: #039BBC;
}
.AnyTagClassName
{
color: #039BBC;
}
</style>
background-color css
<style>
a { background-color: #039BBC; }
a { background-color: rgb(3,155,188); }
div.DivClassName
{
background-color: #039BBC;
}
.BgClassName
{
background-color: #039BBC;
}
</style>
border-color css
<style>
span { border-color: #039BBC; }
span { border-color: rgb(3,155,188); }
td.TdClassName
{
border-color: #039BBC;
}
.TagClassName
{
border-color: #039BBC;
}
</style>