Shades of Pacific Blue #039BD3
Tints of Pacific Blue #039BD3
RGB
CMYK
RGB Variations
Color information
#039BD3 (or 0x039BD3) is known color: Pacific Blue. HEX triplet: 03, 9B and D3. RGB value is (3,155,211). Sum of RGB (Red+Green+Blue) = 3+155+211=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #039BD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BD3 is #FC642C. Grayscale: #737373. Windows color (decimal): -16540717 or 13867779. OLE color: 13867779.
HSL color Cylindrical-coordinate representation of color #039BD3: hue angle of 196.15º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BD3 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 155 | 211 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.17 |
| HSL | 196.15º | 0.97% | 0.42% | - |
| HSV(B) | 196.15º | 0.99% | 0.83% | - |
| XYZ | 23.52 | 28.17 | 65.82 | - |
| YUV | 115.94 | 181.64 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 211 | 0.99 | 0.27 | 0 | 0.17 | 196.15 | 0.97 | 0.42 |
| Hex | 3 | 9B | D3 | 63 | 1B | 0 | 11 | C4 | 61 | 2A |
| Octal | 3 | 233 | 323 | 143 | 33 | 0 | 21 | 304 | 141 | 52 |
| Binary | 11 | 10011011 | 11010011 | 1100011 | 11011 | 0 | 10001 | 11000100 | 1100001 | 101010 |
Color Harmonies of #039BD3
Complementary color
Monochromatic Colors of #039BD3
Black with #039BD3
Text Example
Text Example
White with #039BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BD3; }
p { color: rgb(3,155,211); }
H1.HeaderClassName
{
color: #039BD3;
}
.AnyTagClassName
{
color: #039BD3;
}
</style>
background-color css
<style>
a { background-color: #039BD3; }
a { background-color: rgb(3,155,211); }
div.DivClassName
{
background-color: #039BD3;
}
.BgClassName
{
background-color: #039BD3;
}
</style>
border-color css
<style>
span { border-color: #039BD3; }
span { border-color: rgb(3,155,211); }
td.TdClassName
{
border-color: #039BD3;
}
.TagClassName
{
border-color: #039BD3;
}
</style>