#389C9D

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

Shades of Blue Chill #389C9D

Tints of Blue Chill #389C9D

Color information

#389C9D (or 0x389C9D) is unknown color: approx Blue Chill. HEX triplet: 38, 9C and 9D. RGB value is (56,156,157). Sum of RGB (Red+Green+Blue) = 56+156+157=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #389C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389C9D is #C76362. Grayscale: #7E7E7E. Windows color (decimal): -13067107 or 10329144. OLE color: 10329144.

HSL color Cylindrical-coordinate representation of color #389C9D: hue angle of 180.59º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C9D is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56156157-
CMYK0.640.0100.38
HSL180.59º47.42%41.76%-
HSV(B)180.59º64.33%61.57%-
XYZ19.6127.0536.09-
YUV126.21145.3777.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.18%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=15.18%
G=42.28%
B=42.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561561570.640.0100.38180.5947.4241.76
Hex389C9D401026b52f2a
Octal7023423510010462655752
Binary111000100111001001110110000001010011010110101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,156,157); }

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

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

 a { background-color: rgb(56,156,157); }

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

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

 span { border-color: rgb(56,156,157); }

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