#389596

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

Shades of Blue Chill #389596

Tints of Blue Chill #389596

Color information

#389596 (or 0x389596) is unknown color: approx Blue Chill. HEX triplet: 38, 95 and 96. RGB value is (56,149,150). Sum of RGB (Red+Green+Blue) = 56+149+150=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #389596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389596 is #C76A69. Grayscale: #797979. Windows color (decimal): -13068906 or 9868600. OLE color: 9868600.

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

Color convert

RGB56149150-
CMYK0.630.0100.41
HSL180.64º45.63%40.39%-
HSV(B)180.64º62.67%58.82%-
XYZ17.8824.5432.65-
YUV121.31144.1981.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=15.77%
G=41.97%
B=42.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561491500.630.0100.41180.6445.6340.39
Hex3895963F1029b52e28
Octal702252267710512655650
Binary11100010010101100101101111111010100110110101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389596; }

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

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

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

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

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

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

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

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