#0394DF

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

Shades of Pacific Blue #0394DF

Tints of Pacific Blue #0394DF

Color information

#0394DF (or 0x0394DF) is unknown color: approx Pacific Blue. HEX triplet: 03, 94 and DF. RGB value is (3,148,223). Sum of RGB (Red+Green+Blue) = 3+148+223=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #0394DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0394DF is #FC6B20. Grayscale: #707070. Windows color (decimal): -16542497 or 14652419. OLE color: 14652419.

HSL color Cylindrical-coordinate representation of color #0394DF: hue angle of 200.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0394DF is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3148223-
CMYK0.990.3400.13
HSL200.45º97.35%44.31%-
HSV(B)200.45º98.65%87.45%-
XYZ23.9526.5373.67-
YUV113.2189.9649.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.80%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 223 (87.5% from 255) = 59.63%
R=0.80%
G=39.57%
B=59.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31482230.990.3400.13200.4597.3544.31
Hex394DF63220Dc8612c
Octal32243371434201531014154
Binary111001010011011111110001110001001101110010001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0394DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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