Shades of Pacific Blue #038EC8
Tints of Pacific Blue #038EC8
RGB
CMYK
RGB Variations
Color information
#038EC8 (or 0x038EC8) is known color: Pacific Blue. HEX triplet: 03, 8E and C8. RGB value is (3,142,200). Sum of RGB (Red+Green+Blue) = 3+142+200=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #038EC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EC8 is #FC7137. Grayscale: #6A6A6A. Windows color (decimal): -16544056 or 13143555. OLE color: 13143555.
HSL color Cylindrical-coordinate representation of color #038EC8: hue angle of 197.66º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038EC8 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 142 | 200 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.22 |
| HSL | 197.67º | 0.97% | 0.4% | - |
| HSV(B) | 197.67º | 0.99% | 0.78% | - |
| XYZ | 20.14 | 23.54 | 58.13 | - |
| YUV | 107.05 | 180.45 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 200 | 0.98 | 0.29 | 0 | 0.22 | 197.67 | 0.97 | 0.4 |
| Hex | 3 | 8E | C8 | 62 | 1D | 0 | 16 | C6 | 61 | 28 |
| Octal | 3 | 216 | 310 | 142 | 35 | 0 | 26 | 306 | 141 | 50 |
| Binary | 11 | 10001110 | 11001000 | 1100010 | 11101 | 0 | 10110 | 11000110 | 1100001 | 101000 |
Color Harmonies of #038EC8
Complementary color
Monochromatic Colors of #038EC8
Black with #038EC8
Text Example
Text Example
White with #038EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038EC8; }
p { color: rgb(3,142,200); }
H1.HeaderClassName
{
color: #038EC8;
}
.AnyTagClassName
{
color: #038EC8;
}
</style>
background-color css
<style>
a { background-color: #038EC8; }
a { background-color: rgb(3,142,200); }
div.DivClassName
{
background-color: #038EC8;
}
.BgClassName
{
background-color: #038EC8;
}
</style>
border-color css
<style>
span { border-color: #038EC8; }
span { border-color: rgb(3,142,200); }
td.TdClassName
{
border-color: #038EC8;
}
.TagClassName
{
border-color: #038EC8;
}
</style>