#389A9B

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

Shades of Blue Chill #389A9B

Tints of Blue Chill #389A9B

Color information

#389A9B (or 0x389A9B) is unknown color: approx Blue Chill. HEX triplet: 38, 9A and 9B. RGB value is (56,154,155). Sum of RGB (Red+Green+Blue) = 56+154+155=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #389A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389A9B is #C76564. Grayscale: #7C7C7C. Windows color (decimal): -13067621 or 10197560. OLE color: 10197560.

HSL color Cylindrical-coordinate representation of color #389A9B: hue angle of 180.61º 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 #389A9B is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56154155-
CMYK0.640.0100.39
HSL180.61º46.92%41.37%-
HSV(B)180.61º63.87%60.78%-
XYZ19.126.3235.08-
YUV124.81145.0378.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=15.34%
G=42.19%
B=42.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561541550.640.0100.39180.6146.9241.37
Hex389A9B401027b52f29
Octal7023223310010472655751
Binary111000100110101001101110000001010011110110101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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