Shades of Pacific Blue #038DCB
Tints of Pacific Blue #038DCB
RGB
CMYK
RGB Variations
Color information
#038DCB (or 0x038DCB) is known color: Pacific Blue. HEX triplet: 03, 8D and CB. RGB value is (3,141,203). Sum of RGB (Red+Green+Blue) = 3+141+203=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #038DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DCB is #FC7234. Grayscale: #6A6A6A. Windows color (decimal): -16544309 or 13339907. OLE color: 13339907.
HSL color Cylindrical-coordinate representation of color #038DCB: hue angle of 198.6º 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 #038DCB is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 141 | 203 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.20 |
| HSL | 198.6º | 0.97% | 0.4% | - |
| HSV(B) | 198.6º | 0.99% | 0.8% | - |
| XYZ | 20.34 | 23.38 | 59.94 | - |
| YUV | 106.81 | 182.28 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 203 | 0.99 | 0.31 | 0 | 0.20 | 198.6 | 0.97 | 0.4 |
| Hex | 3 | 8D | CB | 63 | 1F | 0 | 14 | C7 | 61 | 28 |
| Octal | 3 | 215 | 313 | 143 | 37 | 0 | 24 | 307 | 141 | 50 |
| Binary | 11 | 10001101 | 11001011 | 1100011 | 11111 | 0 | 10100 | 11000111 | 1100001 | 101000 |
Color Harmonies of #038DCB
Complementary color
Monochromatic Colors of #038DCB
Black with #038DCB
Text Example
Text Example
White with #038DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DCB; }
p { color: rgb(3,141,203); }
H1.HeaderClassName
{
color: #038DCB;
}
.AnyTagClassName
{
color: #038DCB;
}
</style>
background-color css
<style>
a { background-color: #038DCB; }
a { background-color: rgb(3,141,203); }
div.DivClassName
{
background-color: #038DCB;
}
.BgClassName
{
background-color: #038DCB;
}
</style>
border-color css
<style>
span { border-color: #038DCB; }
span { border-color: rgb(3,141,203); }
td.TdClassName
{
border-color: #038DCB;
}
.TagClassName
{
border-color: #038DCB;
}
</style>