#0394CB

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

Shades of Pacific Blue #0394CB

Tints of Pacific Blue #0394CB

Color information

#0394CB (or 0x0394CB) is unknown color: approx Pacific Blue. HEX triplet: 03, 94 and CB. RGB value is (3,148,203). Sum of RGB (Red+Green+Blue) = 3+148+203=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #0394CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0394CB is #FC6B34. Grayscale: #6E6E6E. Windows color (decimal): -16542517 or 13341699. OLE color: 13341699.

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

Color convert

RGB3148203-
CMYK0.990.2700.20
HSL196.5º97.09%40.39%-
HSV(B)196.5º98.52%79.61%-
XYZ21.4125.5160.3-
YUV110.92179.9651.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 203 (79.69% from 255) = 57.34%
R=0.85%
G=41.81%
B=57.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31482030.990.2700.20196.597.0940.39
Hex394CB631B014c46128
Octal32243131433302430414150
Binary111001010011001011110001111011010100110001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0394CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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