Html Css Color HEX #379591 Blue Chill

📋 copy color: '#379591'

red 55 ◦ green 149 ◦ blue 145

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

Shades of Blue Chill #379591

Tints of Blue Chill #379591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.69%

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 15.76%
G = 42.69%
B = 41.55%

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

#379591 (or 0x379591) is known color: Blue Chill. HEX triplet: 37, 95 and 91. RGB value is (55,149,145). Sum of RGB (Red+Green+Blue) = 55+149+145=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #379591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379591 is #C86A6E. Grayscale: #787878. Windows color (decimal): -13134447 or 9540919. OLE color: 9540919.

HSL color Cylindrical-coordinate representation of color #379591: hue angle of 177.45º 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 #379591 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 149 145 -
CMYK 0.63 0 0.03 0.42
HSL 177.45º 0.46% 0.4% -
HSV(B) 177.45º 0.63% 0.58% -
XYZ 17.43 24.35 30.57 -
YUV 120.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 55 149 145 0.63 0 0.03 0.42 177.45 0.46 0.4
Hex 37 95 91 3F 0 3 2A B1 2E 28
Octal 67 225 221 77 0 3 52 261 56 50
Binary 110111 10010101 10010001 111111 0 11 101010 10110001 101110 101000

Color Harmonies of #379591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379591

Black with #379591

Text Example


Text Example

White with #379591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379591; }

 p { color: rgb(55,149,145); }

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

background-color css

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

 a { background-color: rgb(55,149,145); }

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

border-color css

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

 span { border-color: rgb(55,149,145); }

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