#399A9C

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

Shades of Blue Chill #399A9C

Tints of Blue Chill #399A9C

Color information

#399A9C (or 0x399A9C) is unknown color: approx Blue Chill. HEX triplet: 39, 9A and 9C. RGB value is (57,154,156). Sum of RGB (Red+Green+Blue) = 57+154+156=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #399A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A9C is #C66563. Grayscale: #7D7D7D. Windows color (decimal): -13002084 or 10263097. OLE color: 10263097.

HSL color Cylindrical-coordinate representation of color #399A9C: hue angle of 181.21º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A9C is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57154156-
CMYK0.630.0100.39
HSL181.21º46.48%41.76%-
HSV(B)181.21º63.46%61.18%-
XYZ19.2426.3835.53-
YUV125.22145.3679.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.53%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=15.53%
G=41.96%
B=42.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571541560.630.0100.39181.2146.4841.76
Hex399A9C3F1027b52e2a
Octal712322347710472655652
Binary11100110011010100111001111111010011110110101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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