Shades of Pacific Blue #0385CF
Tints of Pacific Blue #0385CF
RGB
CMYK
RGB Variations
Color information
#0385CF (or 0x0385CF) is known color: Pacific Blue. HEX triplet: 03, 85 and CF. RGB value is (3,133,207). Sum of RGB (Red+Green+Blue) = 3+133+207=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #0385CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0385CF is #FC7A30. Grayscale: #666666. Windows color (decimal): -16546353 or 13600003. OLE color: 13600003.
HSL color Cylindrical-coordinate representation of color #0385CF: hue angle of 201.76º 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 #0385CF is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 133 | 207 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.19 |
| HSL | 201.76º | 0.97% | 0.41% | - |
| HSV(B) | 201.76º | 0.99% | 0.81% | - |
| XYZ | 19.69 | 21.3 | 62.11 | - |
| YUV | 102.57 | 186.93 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 207 | 0.99 | 0.36 | 0 | 0.19 | 201.76 | 0.97 | 0.41 |
| Hex | 3 | 85 | CF | 63 | 24 | 0 | 13 | CA | 61 | 29 |
| Octal | 3 | 205 | 317 | 143 | 44 | 0 | 23 | 312 | 141 | 51 |
| Binary | 11 | 10000101 | 11001111 | 1100011 | 100100 | 0 | 10011 | 11001010 | 1100001 | 101001 |
Color Harmonies of #0385CF
Complementary color
Monochromatic Colors of #0385CF
Black with #0385CF
Text Example
Text Example
White with #0385CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0385CF; }
p { color: rgb(3,133,207); }
H1.HeaderClassName
{
color: #0385CF;
}
.AnyTagClassName
{
color: #0385CF;
}
</style>
background-color css
<style>
a { background-color: #0385CF; }
a { background-color: rgb(3,133,207); }
div.DivClassName
{
background-color: #0385CF;
}
.BgClassName
{
background-color: #0385CF;
}
</style>
border-color css
<style>
span { border-color: #0385CF; }
span { border-color: rgb(3,133,207); }
td.TdClassName
{
border-color: #0385CF;
}
.TagClassName
{
border-color: #0385CF;
}
</style>