#389194

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

Shades of Blue Chill #389194

Tints of Blue Chill #389194

Color information

#389194 (or 0x389194) is unknown color: approx Blue Chill. HEX triplet: 38, 91 and 94. RGB value is (56,145,148). Sum of RGB (Red+Green+Blue) = 56+145+148=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #389194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389194 is #C76E6B. Grayscale: #767676. Windows color (decimal): -13069932 or 9736504. OLE color: 9736504.

HSL color Cylindrical-coordinate representation of color #389194: hue angle of 181.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389194 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56145148-
CMYK0.620.0200.42
HSL181.96º45.1%40%-
HSV(B)181.96º62.16%58.04%-
XYZ17.123.2331.6-
YUV118.73144.5183.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 145 (57.03% from 255) = 41.55%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=16.05%
G=41.55%
B=42.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561451480.620.0200.42181.9645.140
Hex3891943E202Ab62d28
Octal702212247620522665550
Binary111000100100011001010011111010010101010110110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389194; }

 p { color: rgb(56,145,148); }

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

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

 a { background-color: rgb(56,145,148); }

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

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

 span { border-color: rgb(56,145,148); }

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