Html Css Color HEX #379D96 Blue Chill

📋 copy color: '#379D96'

red 55 ◦ green 157 ◦ blue 150

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

Shades of Blue Chill #379D96

Tints of Blue Chill #379D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.37%

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

R = 15.19%
G = 43.37%
B = 41.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#379D96 (or 0x379D96) is known color: Blue Chill. HEX triplet: 37, 9D and 96. RGB value is (55,157,150). Sum of RGB (Red+Green+Blue) = 55+157+150=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #379D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D96 is #C86269. Grayscale: #7D7D7D. Windows color (decimal): -13132394 or 9870647. OLE color: 9870647.

HSL color Cylindrical-coordinate representation of color #379D96: hue angle of 175.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D96 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 157 150 -
CMYK 0.65 0 0.04 0.38
HSL 175.88º 0.48% 0.42% -
HSV(B) 175.88º 0.65% 0.62% -
XYZ 19.14 27.13 33.08 -
YUV 125.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 55 157 150 0.65 0 0.04 0.38 175.88 0.48 0.42
Hex 37 9D 96 41 0 4 26 B0 30 2A
Octal 67 235 226 101 0 4 46 260 60 52
Binary 110111 10011101 10010110 1000001 0 100 100110 10110000 110000 101010

Color Harmonies of #379D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D96

Black with #379D96

Text Example


Text Example

White with #379D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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