Html Css Color HEX #399392 Blue Chill

📋 copy color: '#399392'

red 57 ◦ green 147 ◦ blue 146

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

Shades of Blue Chill #399392

Tints of Blue Chill #399392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 16.29%
G = 42%
B = 41.71%

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

#399392 (or 0x399392) is known color: Blue Chill. HEX triplet: 39, 93 and 92. RGB value is (57,147,146). Sum of RGB (Red+Green+Blue) = 57+147+146=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #399392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399392 is #C66C6D. Grayscale: #777777. Windows color (decimal): -13003886 or 9605945. OLE color: 9605945.

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

Color convert

RGB 57 147 146 -
CMYK 0.61 0 0.01 0.42
HSL 179.33º 0.44% 0.4% -
HSV(B) 179.33º 0.61% 0.58% -
XYZ 17.31 23.81 30.88 -
YUV 119.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 57 147 146 0.61 0 0.01 0.42 179.33 0.44 0.4
Hex 39 93 92 3D 0 1 2A B3 2C 28
Octal 71 223 222 75 0 1 52 263 54 50
Binary 111001 10010011 10010010 111101 0 1 101010 10110011 101100 101000

Color Harmonies of #399392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399392

Black with #399392

Text Example


Text Example

White with #399392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399392; }

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

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

background-color css

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

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

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

border-color css

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

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

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