Shades of Pacific Blue #038CDC
Tints of Pacific Blue #038CDC
RGB
CMYK
RGB Variations
Color information
#038CDC (or 0x038CDC) is known color: Pacific Blue. HEX triplet: 03, 8C and DC. RGB value is (3,140,220). Sum of RGB (Red+Green+Blue) = 3+140+220=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #038CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CDC is #FC7323. Grayscale: #6B6B6B. Windows color (decimal): -16544548 or 14453763. OLE color: 14453763.
HSL color Cylindrical-coordinate representation of color #038CDC: hue angle of 202.12º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CDC is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 140 | 220 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.14 |
| HSL | 202.12º | 0.97% | 0.44% | - |
| HSV(B) | 202.12º | 0.99% | 0.86% | - |
| XYZ | 22.33 | 23.94 | 71.15 | - |
| YUV | 108.16 | 191.11 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 220 | 0.99 | 0.36 | 0 | 0.14 | 202.12 | 0.97 | 0.44 |
| Hex | 3 | 8C | DC | 63 | 24 | 0 | E | CA | 61 | 2C |
| Octal | 3 | 214 | 334 | 143 | 44 | 0 | 16 | 312 | 141 | 54 |
| Binary | 11 | 10001100 | 11011100 | 1100011 | 100100 | 0 | 1110 | 11001010 | 1100001 | 101100 |
Color Harmonies of #038CDC
Complementary color
Monochromatic Colors of #038CDC
Black with #038CDC
Text Example
Text Example
White with #038CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038CDC; }
p { color: rgb(3,140,220); }
H1.HeaderClassName
{
color: #038CDC;
}
.AnyTagClassName
{
color: #038CDC;
}
</style>
background-color css
<style>
a { background-color: #038CDC; }
a { background-color: rgb(3,140,220); }
div.DivClassName
{
background-color: #038CDC;
}
.BgClassName
{
background-color: #038CDC;
}
</style>
border-color css
<style>
span { border-color: #038CDC; }
span { border-color: rgb(3,140,220); }
td.TdClassName
{
border-color: #038CDC;
}
.TagClassName
{
border-color: #038CDC;
}
</style>