#389497

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

Shades of Blue Chill #389497

Tints of Blue Chill #389497

Color information

#389497 (or 0x389497) is unknown color: approx Blue Chill. HEX triplet: 38, 94 and 97. RGB value is (56,148,151). Sum of RGB (Red+Green+Blue) = 56+148+151=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #389497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389497 is #C76B68. Grayscale: #787878. Windows color (decimal): -13069161 or 9933880. OLE color: 9933880.

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

Color convert

RGB56148151-
CMYK0.630.0200.41
HSL181.89º45.89%40.59%-
HSV(B)181.89º62.91%59.22%-
XYZ17.8124.2533.02-
YUV120.83145.0281.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 151 (59.38% from 255) = 42.54%
R=15.77%
G=41.69%
B=42.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561481510.630.0200.41181.8945.8940.59
Hex3894973F2029b62e29
Octal702242277720512665651
Binary111000100101001001011111111110010100110110110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389497; }

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

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

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

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

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

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

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

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