Shades of Pacific Blue #038FC8
Tints of Pacific Blue #038FC8
RGB
CMYK
RGB Variations
Color information
#038FC8 (or 0x038FC8) is known color: Pacific Blue. HEX triplet: 03, 8F and C8. RGB value is (3,143,200). Sum of RGB (Red+Green+Blue) = 3+143+200=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #038FC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FC8 is #FC7037. Grayscale: #6B6B6B. Windows color (decimal): -16543800 or 13143811. OLE color: 13143811.
HSL color Cylindrical-coordinate representation of color #038FC8: hue angle of 197.36º 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 #038FC8 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 143 | 200 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.22 |
| HSL | 197.36º | 0.97% | 0.4% | - |
| HSV(B) | 197.36º | 0.99% | 0.78% | - |
| XYZ | 20.29 | 23.83 | 58.17 | - |
| YUV | 107.64 | 180.12 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 200 | 0.98 | 0.28 | 0 | 0.22 | 197.36 | 0.97 | 0.4 |
| Hex | 3 | 8F | C8 | 62 | 1C | 0 | 16 | C5 | 61 | 28 |
| Octal | 3 | 217 | 310 | 142 | 34 | 0 | 26 | 305 | 141 | 50 |
| Binary | 11 | 10001111 | 11001000 | 1100010 | 11100 | 0 | 10110 | 11000101 | 1100001 | 101000 |
Color Harmonies of #038FC8
Complementary color
Monochromatic Colors of #038FC8
Black with #038FC8
Text Example
Text Example
White with #038FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FC8; }
p { color: rgb(3,143,200); }
H1.HeaderClassName
{
color: #038FC8;
}
.AnyTagClassName
{
color: #038FC8;
}
</style>
background-color css
<style>
a { background-color: #038FC8; }
a { background-color: rgb(3,143,200); }
div.DivClassName
{
background-color: #038FC8;
}
.BgClassName
{
background-color: #038FC8;
}
</style>
border-color css
<style>
span { border-color: #038FC8; }
span { border-color: rgb(3,143,200); }
td.TdClassName
{
border-color: #038FC8;
}
.TagClassName
{
border-color: #038FC8;
}
</style>