Shades of Pacific Blue #039BC8
Tints of Pacific Blue #039BC8
RGB
CMYK
RGB Variations
Color information
#039BC8 (or 0x039BC8) is known color: Pacific Blue. HEX triplet: 03, 9B and C8. RGB value is (3,155,200). Sum of RGB (Red+Green+Blue) = 3+155+200=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 200 (78.52% from 255 or 55.87% from 358); Max value from RGB is 200 - color contains mainly: blue. Hex color #039BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BC8 is #FC6437. Grayscale: #727272. Windows color (decimal): -16540728 or 13146883. OLE color: 13146883.
HSL color Cylindrical-coordinate representation of color #039BC8: hue angle of 193.71º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BC8 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 155 | 200 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.22 |
| HSL | 193.71º | 0.97% | 0.4% | - |
| HSV(B) | 193.71º | 0.99% | 0.78% | - |
| XYZ | 22.18 | 27.63 | 58.81 | - |
| YUV | 114.68 | 176.14 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 200 | 0.98 | 0.22 | 0 | 0.22 | 193.71 | 0.97 | 0.4 |
| Hex | 3 | 9B | C8 | 62 | 16 | 0 | 16 | C2 | 61 | 28 |
| Octal | 3 | 233 | 310 | 142 | 26 | 0 | 26 | 302 | 141 | 50 |
| Binary | 11 | 10011011 | 11001000 | 1100010 | 10110 | 0 | 10110 | 11000010 | 1100001 | 101000 |
Color Harmonies of #039BC8
Complementary color
Monochromatic Colors of #039BC8
Black with #039BC8
Text Example
Text Example
White with #039BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BC8; }
p { color: rgb(3,155,200); }
H1.HeaderClassName
{
color: #039BC8;
}
.AnyTagClassName
{
color: #039BC8;
}
</style>
background-color css
<style>
a { background-color: #039BC8; }
a { background-color: rgb(3,155,200); }
div.DivClassName
{
background-color: #039BC8;
}
.BgClassName
{
background-color: #039BC8;
}
</style>
border-color css
<style>
span { border-color: #039BC8; }
span { border-color: rgb(3,155,200); }
td.TdClassName
{
border-color: #039BC8;
}
.TagClassName
{
border-color: #039BC8;
}
</style>