Html Css Color HEX #379496 Blue Chill

📋 copy color: '#379496'

red 55 ◦ green 148 ◦ blue 150

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

Shades of Blue Chill #379496

Tints of Blue Chill #379496

RGB

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

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

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

R = 15.58%
G = 41.93%
B = 42.49%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#379496 (or 0x379496) is known color: Blue Chill. HEX triplet: 37, 94 and 96. RGB value is (55,148,150). Sum of RGB (Red+Green+Blue) = 55+148+150=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #379496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379496 is #C86B69. Grayscale: #787878. Windows color (decimal): -13134698 or 9868343. OLE color: 9868343.

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

Color convert

RGB 55 148 150 -
CMYK 0.63 0.01 0 0.41
HSL 181.26º 0.46% 0.4% -
HSV(B) 181.26º 0.63% 0.59% -
XYZ 17.67 24.19 32.59 -
YUV 120.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 55 148 150 0.63 0.01 0 0.41 181.26 0.46 0.4
Hex 37 94 96 3F 1 0 29 B5 2E 28
Octal 67 224 226 77 1 0 51 265 56 50
Binary 110111 10010100 10010110 111111 1 0 101001 10110101 101110 101000

Color Harmonies of #379496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379496

Black with #379496

Text Example


Text Example

White with #379496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379496; }

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

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

background-color css

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

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

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

border-color css

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

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

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