Shades of Pacific Blue #0392CC
Tints of Pacific Blue #0392CC
RGB
CMYK
RGB Variations
Color information
#0392CC (or 0x0392CC) is known color: Pacific Blue. HEX triplet: 03, 92 and CC. RGB value is (3,146,204). Sum of RGB (Red+Green+Blue) = 3+146+204=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #0392CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0392CC is #FC6D33. Grayscale: #6D6D6D. Windows color (decimal): -16543028 or 13406723. OLE color: 13406723.
HSL color Cylindrical-coordinate representation of color #0392CC: hue angle of 197.31º 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 #0392CC is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 146 | 204 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.2 |
| HSL | 197.31º | 0.97% | 0.41% | - |
| HSV(B) | 197.31º | 0.99% | 0.8% | - |
| XYZ | 21.22 | 24.94 | 60.82 | - |
| YUV | 109.86 | 181.12 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 204 | 0.99 | 0.28 | 0 | 0.2 | 197.31 | 0.97 | 0.41 |
| Hex | 3 | 92 | CC | 63 | 1C | 0 | 14 | C5 | 61 | 29 |
| Octal | 3 | 222 | 314 | 143 | 34 | 0 | 24 | 305 | 141 | 51 |
| Binary | 11 | 10010010 | 11001100 | 1100011 | 11100 | 0 | 10100 | 11000101 | 1100001 | 101001 |
Color Harmonies of #0392CC
Complementary color
Monochromatic Colors of #0392CC
Black with #0392CC
Text Example
Text Example
White with #0392CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0392CC; }
p { color: rgb(3,146,204); }
H1.HeaderClassName
{
color: #0392CC;
}
.AnyTagClassName
{
color: #0392CC;
}
</style>
background-color css
<style>
a { background-color: #0392CC; }
a { background-color: rgb(3,146,204); }
div.DivClassName
{
background-color: #0392CC;
}
.BgClassName
{
background-color: #0392CC;
}
</style>
border-color css
<style>
span { border-color: #0392CC; }
span { border-color: rgb(3,146,204); }
td.TdClassName
{
border-color: #0392CC;
}
.TagClassName
{
border-color: #0392CC;
}
</style>