Html Css Color HEX #399391 Blue Chill

📋 copy color: '#399391'

red 57 ◦ green 147 ◦ blue 145

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

Shades of Blue Chill #399391

Tints of Blue Chill #399391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 16.33%
G = 42.12%
B = 41.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#399391 (or 0x399391) is known color: Blue Chill. HEX triplet: 39, 93 and 91. RGB value is (57,147,145). Sum of RGB (Red+Green+Blue) = 57+147+145=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #399391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399391 is #C66C6E. Grayscale: #777777. Windows color (decimal): -13003887 or 9540409. OLE color: 9540409.

HSL color Cylindrical-coordinate representation of color #399391: hue angle of 178.67º 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 #399391 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 147 145 -
CMYK 0.61 0 0.01 0.42
HSL 178.67º 0.44% 0.4% -
HSV(B) 178.67º 0.61% 0.58% -
XYZ 17.23 23.78 30.47 -
YUV 119.86 142.18 83.16 -
System Red Green Blue C M Y K H S L
Decimal 57 147 145 0.61 0 0.01 0.42 178.67 0.44 0.4
Hex 39 93 91 3D 0 1 2A B3 2C 28
Octal 71 223 221 75 0 1 52 263 54 50
Binary 111001 10010011 10010001 111101 0 1 101010 10110011 101100 101000

Color Harmonies of #399391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399391

Black with #399391

Text Example


Text Example

White with #399391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399391; }

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

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

background-color css

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

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

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

border-color css

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

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

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