Shades of Pacific Blue #039CD2
Tints of Pacific Blue #039CD2
RGB
CMYK
RGB Variations
Color information
#039CD2 (or 0x039CD2) is known color: Pacific Blue. HEX triplet: 03, 9C and D2. RGB value is (3,156,210). Sum of RGB (Red+Green+Blue) = 3+156+210=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #039CD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CD2 is #FC632D. Grayscale: #747474. Windows color (decimal): -16540462 or 13802499. OLE color: 13802499.
HSL color Cylindrical-coordinate representation of color #039CD2: hue angle of 195.65º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039CD2 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 156 | 210 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.18 |
| HSL | 195.65º | 0.97% | 0.42% | - |
| HSV(B) | 195.65º | 0.99% | 0.82% | - |
| XYZ | 23.56 | 28.45 | 65.22 | - |
| YUV | 116.41 | 180.81 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 210 | 0.99 | 0.26 | 0 | 0.18 | 195.65 | 0.97 | 0.42 |
| Hex | 3 | 9C | D2 | 63 | 1A | 0 | 12 | C4 | 61 | 2A |
| Octal | 3 | 234 | 322 | 143 | 32 | 0 | 22 | 304 | 141 | 52 |
| Binary | 11 | 10011100 | 11010010 | 1100011 | 11010 | 0 | 10010 | 11000100 | 1100001 | 101010 |
Color Harmonies of #039CD2
Complementary color
Monochromatic Colors of #039CD2
Black with #039CD2
Text Example
Text Example
White with #039CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CD2; }
p { color: rgb(3,156,210); }
H1.HeaderClassName
{
color: #039CD2;
}
.AnyTagClassName
{
color: #039CD2;
}
</style>
background-color css
<style>
a { background-color: #039CD2; }
a { background-color: rgb(3,156,210); }
div.DivClassName
{
background-color: #039CD2;
}
.BgClassName
{
background-color: #039CD2;
}
</style>
border-color css
<style>
span { border-color: #039CD2; }
span { border-color: rgb(3,156,210); }
td.TdClassName
{
border-color: #039CD2;
}
.TagClassName
{
border-color: #039CD2;
}
</style>