Html Css Color HEX #379490 Blue Chill

📋 copy color: '#379490'

red 55 ◦ green 148 ◦ blue 144

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

Shades of Blue Chill #379490

Tints of Blue Chill #379490

RGB

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

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

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

R = 15.85%
G = 42.65%
B = 41.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#379490 (or 0x379490) is known color: Blue Chill. HEX triplet: 37, 94 and 90. RGB value is (55,148,144). Sum of RGB (Red+Green+Blue) = 55+148+144=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #379490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379490 is #C86B6F. Grayscale: #777777. Windows color (decimal): -13134704 or 9475127. OLE color: 9475127.

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

Color convert

RGB 55 148 144 -
CMYK 0.63 0 0.03 0.42
HSL 177.42º 0.46% 0.4% -
HSV(B) 177.42º 0.63% 0.58% -
XYZ 17.2 24.01 30.11 -
YUV 119.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 55 148 144 0.63 0 0.03 0.42 177.42 0.46 0.4
Hex 37 94 90 3F 0 3 2A B1 2E 28
Octal 67 224 220 77 0 3 52 261 56 50
Binary 110111 10010100 10010000 111111 0 11 101010 10110001 101110 101000

Color Harmonies of #379490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379490

Black with #379490

Text Example


Text Example

White with #379490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379490; }

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

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

background-color css

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

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

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

border-color css

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

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

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