Html Css Color HEX #379191 Blue Chill

📋 copy color: '#379191'

red 55 ◦ green 145 ◦ blue 145

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

Shades of Blue Chill #379191

Tints of Blue Chill #379191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

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

R = 15.94%
G = 42.03%
B = 42.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#379191 (or 0x379191) is known color: Blue Chill. HEX triplet: 37, 91 and 91. RGB value is (55,145,145). Sum of RGB (Red+Green+Blue) = 55+145+145=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #379191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379191 is #C86E6E. Grayscale: #767676. Windows color (decimal): -13135471 or 9539895. OLE color: 9539895.

HSL color Cylindrical-coordinate representation of color #379191: hue angle of 180º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379191 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 145 -
CMYK 0.62 0 0 0.43
HSL 180º 0.45% 0.39% -
HSV(B) 180º 0.62% 0.57% -
XYZ 16.81 23.11 30.36 -
YUV 118.09 143.18 83 -
System Red Green Blue C M Y K H S L
Decimal 55 145 145 0.62 0 0 0.43 180 0.45 0.39
Hex 37 91 91 3E 0 0 2B B4 2D 27
Octal 67 221 221 76 0 0 53 264 55 47
Binary 110111 10010001 10010001 111110 0 0 101011 10110100 101101 100111

Color Harmonies of #379191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379191

Black with #379191

Text Example


Text Example

White with #379191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379191; }

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

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

background-color css

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

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

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

border-color css

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

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

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