#389B94

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

Shades of Blue Chill #389B94

Tints of Blue Chill #389B94

Color information

#389B94 (or 0x389B94) is unknown color: approx Blue Chill. HEX triplet: 38, 9B and 94. RGB value is (56,155,148). Sum of RGB (Red+Green+Blue) = 56+155+148=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #389B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389B94 is #C7646B. Grayscale: #7C7C7C. Windows color (decimal): -13067372 or 9739064. OLE color: 9739064.

HSL color Cylindrical-coordinate representation of color #389B94: hue angle of 175.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B94 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB56155148-
CMYK0.6400.050.39
HSL175.76º46.92%41.37%-
HSV(B)175.76º63.87%60.78%-
XYZ18.726.4232.13-
YUV124.6141.279.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=15.60%
G=43.18%
B=41.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561551480.6400.050.39175.7646.9241.37
Hex389B94400527b02f29
Octal7023322410005472605751
Binary11100010011011100101001000000010110011110110000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389B94; }

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

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

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

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

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

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

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

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