Html Css Color HEX #399590 Blue Chill

📋 copy color: '#399590'

red 57 ◦ green 149 ◦ blue 144

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

Shades of Blue Chill #399590

Tints of Blue Chill #399590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 16.29%
G = 42.57%
B = 41.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#399590 (or 0x399590) is known color: Blue Chill. HEX triplet: 39, 95 and 90. RGB value is (57,149,144). Sum of RGB (Red+Green+Blue) = 57+149+144=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #399590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399590 is #C66A6F. Grayscale: #787878. Windows color (decimal): -13003376 or 9475385. OLE color: 9475385.

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

Color convert

RGB 57 149 144 -
CMYK 0.62 0 0.03 0.42
HSL 176.74º 0.45% 0.4% -
HSV(B) 176.74º 0.62% 0.58% -
XYZ 17.47 24.38 30.17 -
YUV 120.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 57 149 144 0.62 0 0.03 0.42 176.74 0.45 0.4
Hex 39 95 90 3E 0 3 2A B1 2D 28
Octal 71 225 220 76 0 3 52 261 55 50
Binary 111001 10010101 10010000 111110 0 11 101010 10110001 101101 101000

Color Harmonies of #399590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399590

Black with #399590

Text Example


Text Example

White with #399590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399590; }

 p { color: rgb(57,149,144); }

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

background-color css

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

 a { background-color: rgb(57,149,144); }

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

border-color css

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

 span { border-color: rgb(57,149,144); }

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