#038ECB

Color #038ECB Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #038ECB

Tints of Pacific Blue #038ECB

Color information

#038ECB (or 0x038ECB) is unknown color: approx Pacific Blue. HEX triplet: 03, 8E and CB. RGB value is (3,142,203). Sum of RGB (Red+Green+Blue) = 3+142+203=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #038ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ECB is #FC7134. Grayscale: #6B6B6B. Windows color (decimal): -16544053 or 13340163. OLE color: 13340163.

HSL color Cylindrical-coordinate representation of color #038ECB: hue angle of 198.3º 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 #038ECB is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3142203-
CMYK0.990.3000.20
HSL198.3º97.09%40.39%-
HSV(B)198.3º98.52%79.61%-
XYZ20.4923.6859.99-
YUV107.39181.9553.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 142 (55.86% from 255) = 40.80%
BLUE value IS 203 (79.69% from 255) = 58.33%
R=0.86%
G=40.80%
B=58.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31422030.990.3000.20198.397.0940.39
Hex38ECB631E014c66128
Octal32163131433602430614150
Binary111000111011001011110001111110010100110001101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038ECB; }

 p { color: rgb(3,142,203); }

 H1.HeaderClassName
 {
   color: #038ECB;
 }
 .AnyTagClassName
 {
   color: #038ECB;
 }
</style>
background-color css

<style>
 a { background-color: #038ECB; }

 a { background-color: rgb(3,142,203); }

 div.DivClassName
 {
   background-color: #038ECB;
 }
 .BgClassName
 {
   background-color: #038ECB;
 }
</style>
border-color css

<style>
 span { border-color: #038ECB; }

 span { border-color: rgb(3,142,203); }

 td.TdClassName
 {
   border-color: #038ECB;
 }
 .TagClassName
 {
   border-color: #038ECB;
 }
</style>