Shades of Pacific Blue #0388DF
Tints of Pacific Blue #0388DF
RGB
CMYK
RGB Variations
Color information
#0388DF (or 0x0388DF) is known color: Pacific Blue. HEX triplet: 03, 88 and DF. RGB value is (3,136,223). Sum of RGB (Red+Green+Blue) = 3+136+223=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #0388DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0388DF is #FC7720. Grayscale: #696969. Windows color (decimal): -16545569 or 14649347. OLE color: 14649347.
HSL color Cylindrical-coordinate representation of color #0388DF: hue angle of 203.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0388DF is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 136 | 223 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.13 |
| HSL | 203.73º | 0.97% | 0.44% | - |
| HSV(B) | 203.73º | 0.99% | 0.87% | - |
| XYZ | 22.16 | 22.96 | 73.07 | - |
| YUV | 106.15 | 193.94 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 223 | 0.99 | 0.39 | 0 | 0.13 | 203.73 | 0.97 | 0.44 |
| Hex | 3 | 88 | DF | 63 | 27 | 0 | D | CC | 61 | 2C |
| Octal | 3 | 210 | 337 | 143 | 47 | 0 | 15 | 314 | 141 | 54 |
| Binary | 11 | 10001000 | 11011111 | 1100011 | 100111 | 0 | 1101 | 11001100 | 1100001 | 101100 |
Color Harmonies of #0388DF
Complementary color
Monochromatic Colors of #0388DF
Black with #0388DF
Text Example
Text Example
White with #0388DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0388DF; }
p { color: rgb(3,136,223); }
H1.HeaderClassName
{
color: #0388DF;
}
.AnyTagClassName
{
color: #0388DF;
}
</style>
background-color css
<style>
a { background-color: #0388DF; }
a { background-color: rgb(3,136,223); }
div.DivClassName
{
background-color: #0388DF;
}
.BgClassName
{
background-color: #0388DF;
}
</style>
border-color css
<style>
span { border-color: #0388DF; }
span { border-color: rgb(3,136,223); }
td.TdClassName
{
border-color: #0388DF;
}
.TagClassName
{
border-color: #0388DF;
}
</style>