Shades of Pacific Blue #0398DC
Tints of Pacific Blue #0398DC
RGB
CMYK
RGB Variations
Color information
#0398DC (or 0x0398DC) is known color: Pacific Blue. HEX triplet: 03, 98 and DC. RGB value is (3,152,220). Sum of RGB (Red+Green+Blue) = 3+152+220=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #0398DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0398DC is #FC6723. Grayscale: #727272. Windows color (decimal): -16541476 or 14456835. OLE color: 14456835.
HSL color Cylindrical-coordinate representation of color #0398DC: hue angle of 198.8º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0398DC is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 152 | 220 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.14 |
| HSL | 198.8º | 0.97% | 0.44% | - |
| HSV(B) | 198.8º | 0.99% | 0.86% | - |
| XYZ | 24.18 | 27.64 | 71.77 | - |
| YUV | 115.2 | 187.14 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 220 | 0.99 | 0.31 | 0 | 0.14 | 198.8 | 0.97 | 0.44 |
| Hex | 3 | 98 | DC | 63 | 1F | 0 | E | C7 | 61 | 2C |
| Octal | 3 | 230 | 334 | 143 | 37 | 0 | 16 | 307 | 141 | 54 |
| Binary | 11 | 10011000 | 11011100 | 1100011 | 11111 | 0 | 1110 | 11000111 | 1100001 | 101100 |
Color Harmonies of #0398DC
Complementary color
Monochromatic Colors of #0398DC
Black with #0398DC
Text Example
Text Example
White with #0398DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0398DC; }
p { color: rgb(3,152,220); }
H1.HeaderClassName
{
color: #0398DC;
}
.AnyTagClassName
{
color: #0398DC;
}
</style>
background-color css
<style>
a { background-color: #0398DC; }
a { background-color: rgb(3,152,220); }
div.DivClassName
{
background-color: #0398DC;
}
.BgClassName
{
background-color: #0398DC;
}
</style>
border-color css
<style>
span { border-color: #0398DC; }
span { border-color: rgb(3,152,220); }
td.TdClassName
{
border-color: #0398DC;
}
.TagClassName
{
border-color: #0398DC;
}
</style>