#389595

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

Shades of Blue Chill #389595

Tints of Blue Chill #389595

Color information

#389595 (or 0x389595) is unknown color: approx Blue Chill. HEX triplet: 38, 95 and 95. RGB value is (56,149,149). Sum of RGB (Red+Green+Blue) = 56+149+149=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #389595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389595 is #C76A6A. Grayscale: #797979. Windows color (decimal): -13068907 or 9803064. OLE color: 9803064.

HSL color Cylindrical-coordinate representation of color #389595: hue angle of 180º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389595 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56149149-
CMYK0.62000.42
HSL180º45.37%40.2%-
HSV(B)180º62.42%58.43%-
XYZ17.824.5132.23-
YUV121.19143.6981.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=15.82%
G=42.09%
B=42.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491490.62000.4218045.3740.2
Hex3895953E002Ab42d28
Octal702252257600522645550
Binary11100010010101100101011111100010101010110100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389595; }

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

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

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

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

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

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

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

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