Shades of Pacific Blue #0393CD
Tints of Pacific Blue #0393CD
RGB
CMYK
RGB Variations
Color information
#0393CD (or 0x0393CD) is known color: Pacific Blue. HEX triplet: 03, 93 and CD. RGB value is (3,147,205). Sum of RGB (Red+Green+Blue) = 3+147+205=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #0393CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393CD is #FC6C32. Grayscale: #6E6E6E. Windows color (decimal): -16542771 or 13472515. OLE color: 13472515.
HSL color Cylindrical-coordinate representation of color #0393CD: hue angle of 197.23º 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 #0393CD is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 147 | 205 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.20 |
| HSL | 197.23º | 0.97% | 0.41% | - |
| HSV(B) | 197.23º | 0.99% | 0.8% | - |
| XYZ | 21.49 | 25.29 | 61.51 | - |
| YUV | 110.56 | 181.29 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 205 | 0.99 | 0.28 | 0 | 0.20 | 197.23 | 0.97 | 0.41 |
| Hex | 3 | 93 | CD | 63 | 1C | 0 | 14 | C5 | 61 | 29 |
| Octal | 3 | 223 | 315 | 143 | 34 | 0 | 24 | 305 | 141 | 51 |
| Binary | 11 | 10010011 | 11001101 | 1100011 | 11100 | 0 | 10100 | 11000101 | 1100001 | 101001 |
Color Harmonies of #0393CD
Complementary color
Monochromatic Colors of #0393CD
Black with #0393CD
Text Example
Text Example
White with #0393CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0393CD; }
p { color: rgb(3,147,205); }
H1.HeaderClassName
{
color: #0393CD;
}
.AnyTagClassName
{
color: #0393CD;
}
</style>
background-color css
<style>
a { background-color: #0393CD; }
a { background-color: rgb(3,147,205); }
div.DivClassName
{
background-color: #0393CD;
}
.BgClassName
{
background-color: #0393CD;
}
</style>
border-color css
<style>
span { border-color: #0393CD; }
span { border-color: rgb(3,147,205); }
td.TdClassName
{
border-color: #0393CD;
}
.TagClassName
{
border-color: #0393CD;
}
</style>