#389397

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

Shades of Blue Chill #389397

Tints of Blue Chill #389397

Color information

#389397 (or 0x389397) is unknown color: approx Blue Chill. HEX triplet: 38, 93 and 97. RGB value is (56,147,151). Sum of RGB (Red+Green+Blue) = 56+147+151=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #389397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389397 is #C76C68. Grayscale: #787878. Windows color (decimal): -13069417 or 9933624. OLE color: 9933624.

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

Color convert

RGB56147151-
CMYK0.630.0300.41
HSL182.53º45.89%40.59%-
HSV(B)182.53º62.91%59.22%-
XYZ17.6523.9432.97-
YUV120.25145.3582.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=15.82%
G=41.53%
B=42.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561471510.630.0300.41182.5345.8940.59
Hex3893973F3029b72e29
Octal702232277730512675651
Binary111000100100111001011111111111010100110110111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389397; }

 p { color: rgb(56,147,151); }

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

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

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

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

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

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

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