Shades of Pacific Blue #038FCC
Tints of Pacific Blue #038FCC
RGB
CMYK
RGB Variations
Color information
#038FCC (or 0x038FCC) is known color: Pacific Blue. HEX triplet: 03, 8F and CC. RGB value is (3,143,204). Sum of RGB (Red+Green+Blue) = 3+143+204=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #038FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FCC is #FC7033. Grayscale: #6B6B6B. Windows color (decimal): -16543796 or 13405955. OLE color: 13405955.
HSL color Cylindrical-coordinate representation of color #038FCC: hue angle of 198.21º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038FCC is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 143 | 204 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.2 |
| HSL | 198.21º | 0.97% | 0.41% | - |
| HSV(B) | 198.21º | 0.99% | 0.8% | - |
| XYZ | 20.76 | 24.02 | 60.67 | - |
| YUV | 108.09 | 182.12 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 204 | 0.99 | 0.30 | 0 | 0.2 | 198.21 | 0.97 | 0.41 |
| Hex | 3 | 8F | CC | 63 | 1E | 0 | 14 | C6 | 61 | 29 |
| Octal | 3 | 217 | 314 | 143 | 36 | 0 | 24 | 306 | 141 | 51 |
| Binary | 11 | 10001111 | 11001100 | 1100011 | 11110 | 0 | 10100 | 11000110 | 1100001 | 101001 |
Color Harmonies of #038FCC
Complementary color
Monochromatic Colors of #038FCC
Black with #038FCC
Text Example
Text Example
White with #038FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FCC; }
p { color: rgb(3,143,204); }
H1.HeaderClassName
{
color: #038FCC;
}
.AnyTagClassName
{
color: #038FCC;
}
</style>
background-color css
<style>
a { background-color: #038FCC; }
a { background-color: rgb(3,143,204); }
div.DivClassName
{
background-color: #038FCC;
}
.BgClassName
{
background-color: #038FCC;
}
</style>
border-color css
<style>
span { border-color: #038FCC; }
span { border-color: rgb(3,143,204); }
td.TdClassName
{
border-color: #038FCC;
}
.TagClassName
{
border-color: #038FCC;
}
</style>