#399D97

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

Shades of Blue Chill #399D97

Tints of Blue Chill #399D97

Color information

#399D97 (or 0x399D97) is unknown color: approx Blue Chill. HEX triplet: 39, 9D and 97. RGB value is (57,157,151). Sum of RGB (Red+Green+Blue) = 57+157+151=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #399D97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399D97 is #C66268. Grayscale: #7E7E7E. Windows color (decimal): -13001321 or 9936185. OLE color: 9936185.

HSL color Cylindrical-coordinate representation of color #399D97: hue angle of 176.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D97 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB57157151-
CMYK0.6400.040.38
HSL176.4º46.73%41.96%-
HSV(B)176.4º63.69%61.57%-
XYZ19.3327.2233.51-
YUV126.42141.8778.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.62%
GREEN value IS 157 (61.72% from 255) = 43.01%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=15.62%
G=43.01%
B=41.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571571510.6400.040.38176.446.7341.96
Hex399D97400426b02f2a
Octal7123522710004462605752
Binary11100110011101100101111000000010010011010110000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399D97; }

 p { color: rgb(57,157,151); }

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

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

 a { background-color: rgb(57,157,151); }

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

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

 span { border-color: rgb(57,157,151); }

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