Shades of Pacific Blue #0397CE
Tints of Pacific Blue #0397CE
RGB
CMYK
RGB Variations
Color information
#0397CE (or 0x0397CE) is known color: Pacific Blue. HEX triplet: 03, 97 and CE. RGB value is (3,151,206). Sum of RGB (Red+Green+Blue) = 3+151+206=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #0397CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0397CE is #FC6831. Grayscale: #707070. Windows color (decimal): -16541746 or 13539075. OLE color: 13539075.
HSL color Cylindrical-coordinate representation of color #0397CE: hue angle of 196.26º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0397CE is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 151 | 206 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.19 |
| HSL | 196.26º | 0.97% | 0.41% | - |
| HSV(B) | 196.26º | 0.99% | 0.81% | - |
| XYZ | 22.24 | 26.61 | 62.36 | - |
| YUV | 113.02 | 180.47 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 151 | 206 | 0.99 | 0.27 | 0 | 0.19 | 196.26 | 0.97 | 0.41 |
| Hex | 3 | 97 | CE | 63 | 1B | 0 | 13 | C4 | 61 | 29 |
| Octal | 3 | 227 | 316 | 143 | 33 | 0 | 23 | 304 | 141 | 51 |
| Binary | 11 | 10010111 | 11001110 | 1100011 | 11011 | 0 | 10011 | 11000100 | 1100001 | 101001 |
Color Harmonies of #0397CE
Complementary color
Monochromatic Colors of #0397CE
Black with #0397CE
Text Example
Text Example
White with #0397CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0397CE; }
p { color: rgb(3,151,206); }
H1.HeaderClassName
{
color: #0397CE;
}
.AnyTagClassName
{
color: #0397CE;
}
</style>
background-color css
<style>
a { background-color: #0397CE; }
a { background-color: rgb(3,151,206); }
div.DivClassName
{
background-color: #0397CE;
}
.BgClassName
{
background-color: #0397CE;
}
</style>
border-color css
<style>
span { border-color: #0397CE; }
span { border-color: rgb(3,151,206); }
td.TdClassName
{
border-color: #0397CE;
}
.TagClassName
{
border-color: #0397CE;
}
</style>