Shades of Pacific Blue #039BCB
Tints of Pacific Blue #039BCB
RGB
CMYK
RGB Variations
Color information
#039BCB (or 0x039BCB) is known color: Pacific Blue. HEX triplet: 03, 9B and CB. RGB value is (3,155,203). Sum of RGB (Red+Green+Blue) = 3+155+203=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #039BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BCB is #FC6434. Grayscale: #727272. Windows color (decimal): -16540725 or 13343491. OLE color: 13343491.
HSL color Cylindrical-coordinate representation of color #039BCB: hue angle of 194.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BCB is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 155 | 203 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.20 |
| HSL | 194.4º | 0.97% | 0.4% | - |
| HSV(B) | 194.4º | 0.99% | 0.8% | - |
| XYZ | 22.54 | 27.77 | 60.67 | - |
| YUV | 115.02 | 177.64 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 203 | 0.99 | 0.24 | 0 | 0.20 | 194.4 | 0.97 | 0.4 |
| Hex | 3 | 9B | CB | 63 | 18 | 0 | 14 | C2 | 61 | 28 |
| Octal | 3 | 233 | 313 | 143 | 30 | 0 | 24 | 302 | 141 | 50 |
| Binary | 11 | 10011011 | 11001011 | 1100011 | 11000 | 0 | 10100 | 11000010 | 1100001 | 101000 |
Color Harmonies of #039BCB
Complementary color
Monochromatic Colors of #039BCB
Black with #039BCB
Text Example
Text Example
White with #039BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BCB; }
p { color: rgb(3,155,203); }
H1.HeaderClassName
{
color: #039BCB;
}
.AnyTagClassName
{
color: #039BCB;
}
</style>
background-color css
<style>
a { background-color: #039BCB; }
a { background-color: rgb(3,155,203); }
div.DivClassName
{
background-color: #039BCB;
}
.BgClassName
{
background-color: #039BCB;
}
</style>
border-color css
<style>
span { border-color: #039BCB; }
span { border-color: rgb(3,155,203); }
td.TdClassName
{
border-color: #039BCB;
}
.TagClassName
{
border-color: #039BCB;
}
</style>