Shades of Pacific Blue #038CCC
Tints of Pacific Blue #038CCC
RGB
CMYK
RGB Variations
Color information
#038CCC (or 0x038CCC) is known color: Pacific Blue. HEX triplet: 03, 8C and CC. RGB value is (3,140,204). Sum of RGB (Red+Green+Blue) = 3+140+204=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #038CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CCC is #FC7333. Grayscale: #696969. Windows color (decimal): -16544564 or 13405187. OLE color: 13405187.
HSL color Cylindrical-coordinate representation of color #038CCC: hue angle of 199.1º 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 #038CCC is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 140 | 204 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.2 |
| HSL | 199.1º | 0.97% | 0.41% | - |
| HSV(B) | 199.1º | 0.99% | 0.8% | - |
| XYZ | 20.31 | 23.14 | 60.52 | - |
| YUV | 106.33 | 183.11 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 204 | 0.99 | 0.31 | 0 | 0.2 | 199.1 | 0.97 | 0.41 |
| Hex | 3 | 8C | CC | 63 | 1F | 0 | 14 | C7 | 61 | 29 |
| Octal | 3 | 214 | 314 | 143 | 37 | 0 | 24 | 307 | 141 | 51 |
| Binary | 11 | 10001100 | 11001100 | 1100011 | 11111 | 0 | 10100 | 11000111 | 1100001 | 101001 |
Color Harmonies of #038CCC
Complementary color
Monochromatic Colors of #038CCC
Black with #038CCC
Text Example
Text Example
White with #038CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038CCC; }
p { color: rgb(3,140,204); }
H1.HeaderClassName
{
color: #038CCC;
}
.AnyTagClassName
{
color: #038CCC;
}
</style>
background-color css
<style>
a { background-color: #038CCC; }
a { background-color: rgb(3,140,204); }
div.DivClassName
{
background-color: #038CCC;
}
.BgClassName
{
background-color: #038CCC;
}
</style>
border-color css
<style>
span { border-color: #038CCC; }
span { border-color: rgb(3,140,204); }
td.TdClassName
{
border-color: #038CCC;
}
.TagClassName
{
border-color: #038CCC;
}
</style>