#389197

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

Shades of Blue Chill #389197

Tints of Blue Chill #389197

Color information

#389197 (or 0x389197) is unknown color: approx Blue Chill. HEX triplet: 38, 91 and 97. RGB value is (56,145,151). Sum of RGB (Red+Green+Blue) = 56+145+151=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #389197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389197 is #C76E68. Grayscale: #767676. Windows color (decimal): -13069929 or 9933112. OLE color: 9933112.

HSL color Cylindrical-coordinate representation of color #389197: hue angle of 183.79º 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 #389197 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56145151-
CMYK0.630.0400.41
HSL183.79º45.89%40.59%-
HSV(B)183.79º62.91%59.22%-
XYZ17.3423.3332.87-
YUV119.07146.0183.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 151 (59.38% from 255) = 42.90%
R=15.91%
G=41.19%
B=42.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561451510.630.0400.41183.7945.8940.59
Hex3891973F4029b82e29
Octal702212277740512705651
Binary1110001001000110010111111111100010100110111000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389197; }

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

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

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

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

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

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

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

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