Shades of Pacific Blue #0384CB
Tints of Pacific Blue #0384CB
RGB
CMYK
RGB Variations
Color information
#0384CB (or 0x0384CB) is known color: Pacific Blue. HEX triplet: 03, 84 and CB. RGB value is (3,132,203). Sum of RGB (Red+Green+Blue) = 3+132+203=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #0384CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0384CB is #FC7B34. Grayscale: #656565. Windows color (decimal): -16546613 or 13337603. OLE color: 13337603.
HSL color Cylindrical-coordinate representation of color #0384CB: hue angle of 201.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0384CB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 132 | 203 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.20 |
| HSL | 201.3º | 0.97% | 0.4% | - |
| HSV(B) | 201.3º | 0.99% | 0.8% | - |
| XYZ | 19.07 | 20.83 | 59.52 | - |
| YUV | 101.52 | 185.26 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 203 | 0.99 | 0.35 | 0 | 0.20 | 201.3 | 0.97 | 0.4 |
| Hex | 3 | 84 | CB | 63 | 23 | 0 | 14 | C9 | 61 | 28 |
| Octal | 3 | 204 | 313 | 143 | 43 | 0 | 24 | 311 | 141 | 50 |
| Binary | 11 | 10000100 | 11001011 | 1100011 | 100011 | 0 | 10100 | 11001001 | 1100001 | 101000 |
Color Harmonies of #0384CB
Complementary color
Monochromatic Colors of #0384CB
Black with #0384CB
Text Example
Text Example
White with #0384CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0384CB; }
p { color: rgb(3,132,203); }
H1.HeaderClassName
{
color: #0384CB;
}
.AnyTagClassName
{
color: #0384CB;
}
</style>
background-color css
<style>
a { background-color: #0384CB; }
a { background-color: rgb(3,132,203); }
div.DivClassName
{
background-color: #0384CB;
}
.BgClassName
{
background-color: #0384CB;
}
</style>
border-color css
<style>
span { border-color: #0384CB; }
span { border-color: rgb(3,132,203); }
td.TdClassName
{
border-color: #0384CB;
}
.TagClassName
{
border-color: #0384CB;
}
</style>