Shades of Pacific Blue #038ECD
Tints of Pacific Blue #038ECD
RGB
CMYK
RGB Variations
Color information
#038ECD (or 0x038ECD) is known color: Pacific Blue. HEX triplet: 03, 8E and CD. RGB value is (3,142,205). Sum of RGB (Red+Green+Blue) = 3+142+205=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #038ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ECD is #FC7132. Grayscale: #6B6B6B. Windows color (decimal): -16544051 or 13471235. OLE color: 13471235.
HSL color Cylindrical-coordinate representation of color #038ECD: hue angle of 198.71º 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 #038ECD is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 142 | 205 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.20 |
| HSL | 198.71º | 0.97% | 0.41% | - |
| HSV(B) | 198.71º | 0.99% | 0.8% | - |
| XYZ | 20.73 | 23.77 | 61.25 | - |
| YUV | 107.62 | 182.95 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 205 | 0.99 | 0.31 | 0 | 0.20 | 198.71 | 0.97 | 0.41 |
| Hex | 3 | 8E | CD | 63 | 1F | 0 | 14 | C7 | 61 | 29 |
| Octal | 3 | 216 | 315 | 143 | 37 | 0 | 24 | 307 | 141 | 51 |
| Binary | 11 | 10001110 | 11001101 | 1100011 | 11111 | 0 | 10100 | 11000111 | 1100001 | 101001 |
Color Harmonies of #038ECD
Complementary color
Monochromatic Colors of #038ECD
Black with #038ECD
Text Example
Text Example
White with #038ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038ECD; }
p { color: rgb(3,142,205); }
H1.HeaderClassName
{
color: #038ECD;
}
.AnyTagClassName
{
color: #038ECD;
}
</style>
background-color css
<style>
a { background-color: #038ECD; }
a { background-color: rgb(3,142,205); }
div.DivClassName
{
background-color: #038ECD;
}
.BgClassName
{
background-color: #038ECD;
}
</style>
border-color css
<style>
span { border-color: #038ECD; }
span { border-color: rgb(3,142,205); }
td.TdClassName
{
border-color: #038ECD;
}
.TagClassName
{
border-color: #038ECD;
}
</style>