Shades of Pacific Blue #038DC8
Tints of Pacific Blue #038DC8
RGB
CMYK
RGB Variations
Color information
#038DC8 (or 0x038DC8) is known color: Pacific Blue. HEX triplet: 03, 8D and C8. RGB value is (3,141,200). Sum of RGB (Red+Green+Blue) = 3+141+200=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #038DC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DC8 is #FC7237. Grayscale: #6A6A6A. Windows color (decimal): -16544312 or 13143299. OLE color: 13143299.
HSL color Cylindrical-coordinate representation of color #038DC8: hue angle of 197.97º 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 #038DC8 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 141 | 200 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.22 |
| HSL | 197.97º | 0.97% | 0.4% | - |
| HSV(B) | 197.97º | 0.99% | 0.78% | - |
| XYZ | 19.99 | 23.24 | 58.08 | - |
| YUV | 106.46 | 180.78 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 200 | 0.98 | 0.29 | 0 | 0.22 | 197.97 | 0.97 | 0.4 |
| Hex | 3 | 8D | C8 | 62 | 1D | 0 | 16 | C6 | 61 | 28 |
| Octal | 3 | 215 | 310 | 142 | 35 | 0 | 26 | 306 | 141 | 50 |
| Binary | 11 | 10001101 | 11001000 | 1100010 | 11101 | 0 | 10110 | 11000110 | 1100001 | 101000 |
Color Harmonies of #038DC8
Complementary color
Monochromatic Colors of #038DC8
Black with #038DC8
Text Example
Text Example
White with #038DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DC8; }
p { color: rgb(3,141,200); }
H1.HeaderClassName
{
color: #038DC8;
}
.AnyTagClassName
{
color: #038DC8;
}
</style>
background-color css
<style>
a { background-color: #038DC8; }
a { background-color: rgb(3,141,200); }
div.DivClassName
{
background-color: #038DC8;
}
.BgClassName
{
background-color: #038DC8;
}
</style>
border-color css
<style>
span { border-color: #038DC8; }
span { border-color: rgb(3,141,200); }
td.TdClassName
{
border-color: #038DC8;
}
.TagClassName
{
border-color: #038DC8;
}
</style>