Html Css Color HEX #379796 Blue Chill

📋 copy color: '#379796'

red 55 ◦ green 151 ◦ blue 150

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

Shades of Blue Chill #379796

Tints of Blue Chill #379796

RGB

 RED value IS 55 (21.88% from 255) = 15.45%

 GREEN value IS 151 (59.38% from 255) = 42.42%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 15.45%
G = 42.42%
B = 42.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#379796 (or 0x379796) is known color: Blue Chill. HEX triplet: 37, 97 and 96. RGB value is (55,151,150). Sum of RGB (Red+Green+Blue) = 55+151+150=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #379796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379796 is #C86869. Grayscale: #7A7A7A. Windows color (decimal): -13133930 or 9869111. OLE color: 9869111.

HSL color Cylindrical-coordinate representation of color #379796: hue angle of 179.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379796 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 151 150 -
CMYK 0.64 0 0.01 0.41
HSL 179.38º 0.47% 0.4% -
HSV(B) 179.38º 0.64% 0.59% -
XYZ 18.15 25.15 32.75 -
YUV 122.18 143.7 80.08 -
System Red Green Blue C M Y K H S L
Decimal 55 151 150 0.64 0 0.01 0.41 179.38 0.47 0.4
Hex 37 97 96 40 0 1 29 B3 2F 28
Octal 67 227 226 100 0 1 51 263 57 50
Binary 110111 10010111 10010110 1000000 0 1 101001 10110011 101111 101000

Color Harmonies of #379796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379796

Black with #379796

Text Example


Text Example

White with #379796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379796; }

 p { color: rgb(55,151,150); }

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

background-color css

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

 a { background-color: rgb(55,151,150); }

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

border-color css

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

 span { border-color: rgb(55,151,150); }

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