#399394

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

Shades of Blue Chill #399394

Tints of Blue Chill #399394

Color information

#399394 (or 0x399394) is unknown color: approx Blue Chill. HEX triplet: 39, 93 and 94. RGB value is (57,147,148). Sum of RGB (Red+Green+Blue) = 57+147+148=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #399394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399394 is #C66C6B. Grayscale: #787878. Windows color (decimal): -13003884 or 9737017. OLE color: 9737017.

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

Color convert

RGB57147148-
CMYK0.610.0100.42
HSL180.66º44.39%40.2%-
HSV(B)180.66º61.49%58.04%-
XYZ17.4723.8831.7-
YUV120.2143.6882.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.19%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=16.19%
G=41.76%
B=42.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571471480.610.0100.42180.6644.3940.2
Hex3993943D102Ab52c28
Octal712232247510522655450
Binary11100110010011100101001111011010101010110101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399394; }

 p { color: rgb(57,147,148); }

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

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

 a { background-color: rgb(57,147,148); }

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

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

 span { border-color: rgb(57,147,148); }

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