Shades of Pacific Blue #038DCC
Tints of Pacific Blue #038DCC
RGB
CMYK
RGB Variations
Color information
#038DCC (or 0x038DCC) is known color: Pacific Blue. HEX triplet: 03, 8D and CC. RGB value is (3,141,204). Sum of RGB (Red+Green+Blue) = 3+141+204=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #038DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DCC is #FC7233. Grayscale: #6A6A6A. Windows color (decimal): -16544308 or 13405443. OLE color: 13405443.
HSL color Cylindrical-coordinate representation of color #038DCC: hue angle of 198.81º 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 #038DCC is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 141 | 204 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.2 |
| HSL | 198.81º | 0.97% | 0.41% | - |
| HSV(B) | 198.81º | 0.99% | 0.8% | - |
| XYZ | 20.46 | 23.43 | 60.57 | - |
| YUV | 106.92 | 182.78 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 204 | 0.99 | 0.31 | 0 | 0.2 | 198.81 | 0.97 | 0.41 |
| Hex | 3 | 8D | CC | 63 | 1F | 0 | 14 | C7 | 61 | 29 |
| Octal | 3 | 215 | 314 | 143 | 37 | 0 | 24 | 307 | 141 | 51 |
| Binary | 11 | 10001101 | 11001100 | 1100011 | 11111 | 0 | 10100 | 11000111 | 1100001 | 101001 |
Color Harmonies of #038DCC
Complementary color
Monochromatic Colors of #038DCC
Black with #038DCC
Text Example
Text Example
White with #038DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DCC; }
p { color: rgb(3,141,204); }
H1.HeaderClassName
{
color: #038DCC;
}
.AnyTagClassName
{
color: #038DCC;
}
</style>
background-color css
<style>
a { background-color: #038DCC; }
a { background-color: rgb(3,141,204); }
div.DivClassName
{
background-color: #038DCC;
}
.BgClassName
{
background-color: #038DCC;
}
</style>
border-color css
<style>
span { border-color: #038DCC; }
span { border-color: rgb(3,141,204); }
td.TdClassName
{
border-color: #038DCC;
}
.TagClassName
{
border-color: #038DCC;
}
</style>