#0394D3

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

Shades of Pacific Blue #0394D3

Tints of Pacific Blue #0394D3

Color information

#0394D3 (or 0x0394D3) is unknown color: approx Pacific Blue. HEX triplet: 03, 94 and D3. RGB value is (3,148,211). Sum of RGB (Red+Green+Blue) = 3+148+211=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 211 (82.81% from 255 or 58.29% from 362); Max value from RGB is 211 - color contains mainly: blue. Hex color #0394D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0394D3 is #FC6B2C. Grayscale: #6F6F6F. Windows color (decimal): -16542509 or 13865987. OLE color: 13865987.

HSL color Cylindrical-coordinate representation of color #0394D3: hue angle of 198.17º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0394D3 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3148211-
CMYK0.990.3000.17
HSL198.17º97.2%41.96%-
HSV(B)198.17º98.58%82.75%-
XYZ22.3925.965.45-
YUV111.83183.9650.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.83%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 211 (82.81% from 255) = 58.29%
R=0.83%
G=40.88%
B=58.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal31482110.990.3000.17198.1797.241.96
Hex394D3631E011c6612a
Octal32243231433602130614152
Binary111001010011010011110001111110010001110001101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0394D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0394D3; }

 p { color: rgb(3,148,211); }

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

<style>
 a { background-color: #0394D3; }

 a { background-color: rgb(3,148,211); }

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

<style>
 span { border-color: #0394D3; }

 span { border-color: rgb(3,148,211); }

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