#0394D1

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

Shades of Pacific Blue #0394D1

Tints of Pacific Blue #0394D1

Color information

#0394D1 (or 0x0394D1) is unknown color: approx Pacific Blue. HEX triplet: 03, 94 and D1. RGB value is (3,148,209). Sum of RGB (Red+Green+Blue) = 3+148+209=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #0394D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0394D1 is #FC6B2E. Grayscale: #6F6F6F. Windows color (decimal): -16542511 or 13734915. OLE color: 13734915.

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

Color convert

RGB3148209-
CMYK0.990.2900.18
HSL197.77º97.17%41.57%-
HSV(B)197.77º98.56%81.96%-
XYZ22.1425.864.14-
YUV111.6182.9650.54-

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) = 41.11%
BLUE value IS 209 (82.03% from 255) = 58.06%
R=0.83%
G=41.11%
B=58.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31482090.990.2900.18197.7797.1741.57
Hex394D1631D012c6612a
Octal32243211433502230614152
Binary111001010011010001110001111101010010110001101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0394D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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