#399B9D

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

Shades of Blue Chill #399B9D

Tints of Blue Chill #399B9D

Color information

#399B9D (or 0x399B9D) is unknown color: approx Blue Chill. HEX triplet: 39, 9B and 9D. RGB value is (57,155,157). Sum of RGB (Red+Green+Blue) = 57+155+157=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #399B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B9D is #C66462. Grayscale: #7D7D7D. Windows color (decimal): -13001827 or 10328889. OLE color: 10328889.

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

Color convert

RGB57155157-
CMYK0.640.0100.38
HSL181.2º46.73%41.96%-
HSV(B)181.2º63.69%61.57%-
XYZ19.4926.7536.03-
YUV125.93145.5378.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.45%
GREEN value IS 155 (60.94% from 255) = 42.01%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=15.45%
G=42.01%
B=42.55%

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
Decimal571551570.640.0100.38181.246.7341.96
Hex399B9D401026b52f2a
Octal7123323510010462655752
Binary111001100110111001110110000001010011010110101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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