Html Css Color HEX #399389 Blue Chill

📋 copy color: '#399389'

red 57 ◦ green 147 ◦ blue 137

#399389
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #399389

Tints of Blue Chill #399389

RGB

 RED value IS 57 (22.66% from 255) = 16.72%

 GREEN value IS 147 (57.81% from 255) = 43.11%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 16.72%
G = 43.11%
B = 40.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#399389 (or 0x399389) is known color: Blue Chill. HEX triplet: 39, 93 and 89. RGB value is (57,147,137). Sum of RGB (Red+Green+Blue) = 57+147+137=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #399389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399389 is #C66C76. Grayscale: #767676. Windows color (decimal): -13003895 or 9016121. OLE color: 9016121.

HSL color Cylindrical-coordinate representation of color #399389: hue angle of 173.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399389 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 147 137 -
CMYK 0.61 0 0.07 0.42
HSL 173.33º 0.44% 0.4% -
HSV(B) 173.33º 0.61% 0.58% -
XYZ 16.64 23.54 27.33 -
YUV 118.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 57 147 137 0.61 0 0.07 0.42 173.33 0.44 0.4
Hex 39 93 89 3D 0 7 2A AD 2C 28
Octal 71 223 211 75 0 7 52 255 54 50
Binary 111001 10010011 10001001 111101 0 111 101010 10101101 101100 101000

Color Harmonies of #399389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399389

Black with #399389

Text Example


Text Example

White with #399389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399389; }

 p { color: rgb(57,147,137); }

 H1.HeaderClassName
 {
   color: #399389;
 }
 .AnyTagClassName
 {
   color: #399389;
 }
</style>

background-color css

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

 a { background-color: rgb(57,147,137); }

 div.DivClassName
 {
   background-color: #399389;
 }
 .BgClassName
 {
   background-color: #399389;
 }
</style>

border-color css

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

 span { border-color: rgb(57,147,137); }

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