Shades of Pacific Blue #0398CD
Tints of Pacific Blue #0398CD
RGB
CMYK
RGB Variations
Color information
#0398CD (or 0x0398CD) is known color: Pacific Blue. HEX triplet: 03, 98 and CD. RGB value is (3,152,205). Sum of RGB (Red+Green+Blue) = 3+152+205=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #0398CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0398CD is #FC6732. Grayscale: #717171. Windows color (decimal): -16541491 or 13473795. OLE color: 13473795.
HSL color Cylindrical-coordinate representation of color #0398CD: hue angle of 195.74º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0398CD is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 152 | 205 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.20 |
| HSL | 195.74º | 0.97% | 0.41% | - |
| HSV(B) | 195.74º | 0.99% | 0.8% | - |
| XYZ | 22.29 | 26.88 | 61.77 | - |
| YUV | 113.49 | 179.64 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 205 | 0.99 | 0.26 | 0 | 0.20 | 195.74 | 0.97 | 0.41 |
| Hex | 3 | 98 | CD | 63 | 1A | 0 | 14 | C4 | 61 | 29 |
| Octal | 3 | 230 | 315 | 143 | 32 | 0 | 24 | 304 | 141 | 51 |
| Binary | 11 | 10011000 | 11001101 | 1100011 | 11010 | 0 | 10100 | 11000100 | 1100001 | 101001 |
Color Harmonies of #0398CD
Complementary color
Monochromatic Colors of #0398CD
Black with #0398CD
Text Example
Text Example
White with #0398CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0398CD; }
p { color: rgb(3,152,205); }
H1.HeaderClassName
{
color: #0398CD;
}
.AnyTagClassName
{
color: #0398CD;
}
</style>
background-color css
<style>
a { background-color: #0398CD; }
a { background-color: rgb(3,152,205); }
div.DivClassName
{
background-color: #0398CD;
}
.BgClassName
{
background-color: #0398CD;
}
</style>
border-color css
<style>
span { border-color: #0398CD; }
span { border-color: rgb(3,152,205); }
td.TdClassName
{
border-color: #0398CD;
}
.TagClassName
{
border-color: #0398CD;
}
</style>