Shades of Pacific Blue #0398E7
Tints of Pacific Blue #0398E7
RGB
CMYK
RGB Variations
Color information
#0398E7 (or 0x0398E7) is known color: Pacific Blue. HEX triplet: 03, 98 and E7. RGB value is (3,152,231). Sum of RGB (Red+Green+Blue) = 3+152+231=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 231 (90.62% from 255 or 59.84% from 386); Max value from RGB is 231 - color contains mainly: blue. Hex color #0398E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0398E7 is #FC6718. Grayscale: #737373. Windows color (decimal): -16541465 or 15177731. OLE color: 15177731.
HSL color Cylindrical-coordinate representation of color #0398E7: hue angle of 200.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0398E7 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 152 | 231 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.09 |
| HSL | 200.79º | 0.97% | 0.46% | - |
| HSV(B) | 200.79º | 0.99% | 0.91% | - |
| XYZ | 25.69 | 28.25 | 79.7 | - |
| YUV | 116.46 | 192.64 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 231 | 0.99 | 0.34 | 0 | 0.09 | 200.79 | 0.97 | 0.46 |
| Hex | 3 | 98 | E7 | 63 | 22 | 0 | 9 | C9 | 61 | 2E |
| Octal | 3 | 230 | 347 | 143 | 42 | 0 | 11 | 311 | 141 | 56 |
| Binary | 11 | 10011000 | 11100111 | 1100011 | 100010 | 0 | 1001 | 11001001 | 1100001 | 101110 |
Color Harmonies of #0398E7
Complementary color
Monochromatic Colors of #0398E7
Black with #0398E7
Text Example
Text Example
White with #0398E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0398E7; }
p { color: rgb(3,152,231); }
H1.HeaderClassName
{
color: #0398E7;
}
.AnyTagClassName
{
color: #0398E7;
}
</style>
background-color css
<style>
a { background-color: #0398E7; }
a { background-color: rgb(3,152,231); }
div.DivClassName
{
background-color: #0398E7;
}
.BgClassName
{
background-color: #0398E7;
}
</style>
border-color css
<style>
span { border-color: #0398E7; }
span { border-color: rgb(3,152,231); }
td.TdClassName
{
border-color: #0398E7;
}
.TagClassName
{
border-color: #0398E7;
}
</style>