#389796

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

Shades of Blue Chill #389796

Tints of Blue Chill #389796

Color information

#389796 (or 0x389796) is unknown color: approx Blue Chill. HEX triplet: 38, 97 and 96. RGB value is (56,151,150). Sum of RGB (Red+Green+Blue) = 56+151+150=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #389796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389796 is #C76869. Grayscale: #7A7A7A. Windows color (decimal): -13068394 or 9869112. OLE color: 9869112.

HSL color Cylindrical-coordinate representation of color #389796: hue angle of 179.37º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389796 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB56151150-
CMYK0.6300.010.41
HSL179.37º45.89%40.59%-
HSV(B)179.37º62.91%59.22%-
XYZ18.225.1832.75-
YUV122.48143.5380.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=15.69%
G=42.30%
B=42.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511500.6300.010.41179.3745.8940.59
Hex3897963F0129b32e29
Octal702272267701512635651
Binary11100010010111100101101111110110100110110011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389796; }

 p { color: rgb(56,151,150); }

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

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

 a { background-color: rgb(56,151,150); }

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

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

 span { border-color: rgb(56,151,150); }

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