#399C9D

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

Shades of Blue Chill #399C9D

Tints of Blue Chill #399C9D

Color information

#399C9D (or 0x399C9D) is unknown color: approx Blue Chill. HEX triplet: 39, 9C and 9D. RGB value is (57,156,157). Sum of RGB (Red+Green+Blue) = 57+156+157=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #399C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C9D is #C66362. Grayscale: #7E7E7E. Windows color (decimal): -13001571 or 10329145. OLE color: 10329145.

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

Color convert

RGB57156157-
CMYK0.640.0100.38
HSL180.6º46.73%41.96%-
HSV(B)180.6º63.69%61.57%-
XYZ19.6627.0836.09-
YUV126.51145.278.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.41%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=15.41%
G=42.16%
B=42.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571561570.640.0100.38180.646.7341.96
Hex399C9D401026b52f2a
Octal7123423510010462655752
Binary111001100111001001110110000001010011010110101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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