#399E95

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

Shades of Blue Chill #399E95

Tints of Blue Chill #399E95

Color information

#399E95 (or 0x399E95) is unknown color: approx Blue Chill. HEX triplet: 39, 9E and 95. RGB value is (57,158,149). Sum of RGB (Red+Green+Blue) = 57+158+149=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #399E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399E95 is #C6616A. Grayscale: #7E7E7E. Windows color (decimal): -13001067 or 9805369. OLE color: 9805369.

HSL color Cylindrical-coordinate representation of color #399E95: hue angle of 174.65º 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 #399E95 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB57158149-
CMYK0.6400.060.38
HSL174.65º46.98%42.16%-
HSV(B)174.65º63.92%61.96%-
XYZ19.3427.4932.72-
YUV126.78140.5478.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.66%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=15.66%
G=43.41%
B=40.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571581490.6400.060.38174.6546.9842.16
Hex399E95400626af2f2a
Octal7123622510006462575752
Binary11100110011110100101011000000011010011010101111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,158,149); }

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

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

 a { background-color: rgb(57,158,149); }

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

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

 span { border-color: rgb(57,158,149); }

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