Html Css Color HEX #399490 Blue Chill

📋 copy color: '#399490'

red 57 ◦ green 148 ◦ blue 144

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

Shades of Blue Chill #399490

Tints of Blue Chill #399490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

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

R = 16.33%
G = 42.41%
B = 41.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#399490 (or 0x399490) is known color: Blue Chill. HEX triplet: 39, 94 and 90. RGB value is (57,148,144). Sum of RGB (Red+Green+Blue) = 57+148+144=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #399490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399490 is #C66B6F. Grayscale: #787878. Windows color (decimal): -13003632 or 9475129. OLE color: 9475129.

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

Color convert

RGB 57 148 144 -
CMYK 0.61 0 0.03 0.42
HSL 177.36º 0.44% 0.4% -
HSV(B) 177.36º 0.61% 0.58% -
XYZ 17.31 24.06 30.12 -
YUV 120.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 57 148 144 0.61 0 0.03 0.42 177.36 0.44 0.4
Hex 39 94 90 3D 0 3 2A B1 2C 28
Octal 71 224 220 75 0 3 52 261 54 50
Binary 111001 10010100 10010000 111101 0 11 101010 10110001 101100 101000

Color Harmonies of #399490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399490

Black with #399490

Text Example


Text Example

White with #399490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399490; }

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

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

background-color css

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

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

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

border-color css

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

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

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