Shades of Pacific Blue #038CCD
Tints of Pacific Blue #038CCD
RGB
CMYK
RGB Variations
Color information
#038CCD (or 0x038CCD) is known color: Pacific Blue. HEX triplet: 03, 8C and CD. RGB value is (3,140,205). Sum of RGB (Red+Green+Blue) = 3+140+205=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #038CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CCD is #FC7332. Grayscale: #6A6A6A. Windows color (decimal): -16544563 or 13470723. OLE color: 13470723.
HSL color Cylindrical-coordinate representation of color #038CCD: hue angle of 199.31º 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 #038CCD is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 140 | 205 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.20 |
| HSL | 199.31º | 0.97% | 0.41% | - |
| HSV(B) | 199.31º | 0.99% | 0.8% | - |
| XYZ | 20.44 | 23.18 | 61.16 | - |
| YUV | 106.45 | 183.61 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 205 | 0.99 | 0.32 | 0 | 0.20 | 199.31 | 0.97 | 0.41 |
| Hex | 3 | 8C | CD | 63 | 20 | 0 | 14 | C7 | 61 | 29 |
| Octal | 3 | 214 | 315 | 143 | 40 | 0 | 24 | 307 | 141 | 51 |
| Binary | 11 | 10001100 | 11001101 | 1100011 | 100000 | 0 | 10100 | 11000111 | 1100001 | 101001 |
Color Harmonies of #038CCD
Complementary color
Monochromatic Colors of #038CCD
Black with #038CCD
Text Example
Text Example
White with #038CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038CCD; }
p { color: rgb(3,140,205); }
H1.HeaderClassName
{
color: #038CCD;
}
.AnyTagClassName
{
color: #038CCD;
}
</style>
background-color css
<style>
a { background-color: #038CCD; }
a { background-color: rgb(3,140,205); }
div.DivClassName
{
background-color: #038CCD;
}
.BgClassName
{
background-color: #038CCD;
}
</style>
border-color css
<style>
span { border-color: #038CCD; }
span { border-color: rgb(3,140,205); }
td.TdClassName
{
border-color: #038CCD;
}
.TagClassName
{
border-color: #038CCD;
}
</style>