Shades of Pacific Blue #038CCB
Tints of Pacific Blue #038CCB
RGB
CMYK
RGB Variations
Color information
#038CCB (or 0x038CCB) is known color: Pacific Blue. HEX triplet: 03, 8C and CB. RGB value is (3,140,203). Sum of RGB (Red+Green+Blue) = 3+140+203=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #038CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CCB is #FC7334. Grayscale: #696969. Windows color (decimal): -16544565 or 13339651. OLE color: 13339651.
HSL color Cylindrical-coordinate representation of color #038CCB: hue angle of 198.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CCB is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 140 | 203 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.20 |
| HSL | 198.9º | 0.97% | 0.4% | - |
| HSV(B) | 198.9º | 0.99% | 0.8% | - |
| XYZ | 20.2 | 23.09 | 59.89 | - |
| YUV | 106.22 | 182.61 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 203 | 0.99 | 0.31 | 0 | 0.20 | 198.9 | 0.97 | 0.4 |
| Hex | 3 | 8C | CB | 63 | 1F | 0 | 14 | C7 | 61 | 28 |
| Octal | 3 | 214 | 313 | 143 | 37 | 0 | 24 | 307 | 141 | 50 |
| Binary | 11 | 10001100 | 11001011 | 1100011 | 11111 | 0 | 10100 | 11000111 | 1100001 | 101000 |
Color Harmonies of #038CCB
Complementary color
Monochromatic Colors of #038CCB
Black with #038CCB
Text Example
Text Example
White with #038CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038CCB; }
p { color: rgb(3,140,203); }
H1.HeaderClassName
{
color: #038CCB;
}
.AnyTagClassName
{
color: #038CCB;
}
</style>
background-color css
<style>
a { background-color: #038CCB; }
a { background-color: rgb(3,140,203); }
div.DivClassName
{
background-color: #038CCB;
}
.BgClassName
{
background-color: #038CCB;
}
</style>
border-color css
<style>
span { border-color: #038CCB; }
span { border-color: rgb(3,140,203); }
td.TdClassName
{
border-color: #038CCB;
}
.TagClassName
{
border-color: #038CCB;
}
</style>