Html Css Color HEX #379D94 Blue Chill

📋 copy color: '#379D94'

red 55 ◦ green 157 ◦ blue 148

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

Shades of Blue Chill #379D94

Tints of Blue Chill #379D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 15.28%
G = 43.61%
B = 41.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#379D94 (or 0x379D94) is known color: Blue Chill. HEX triplet: 37, 9D and 94. RGB value is (55,157,148). Sum of RGB (Red+Green+Blue) = 55+157+148=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #379D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D94 is #C8626B. Grayscale: #7D7D7D. Windows color (decimal): -13132396 or 9739575. OLE color: 9739575.

HSL color Cylindrical-coordinate representation of color #379D94: hue angle of 174.71º 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 #379D94 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 157 148 -
CMYK 0.65 0 0.06 0.38
HSL 174.71º 0.48% 0.42% -
HSV(B) 174.71º 0.65% 0.62% -
XYZ 18.98 27.06 32.24 -
YUV 125.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 55 157 148 0.65 0 0.06 0.38 174.71 0.48 0.42
Hex 37 9D 94 41 0 6 26 AF 30 2A
Octal 67 235 224 101 0 6 46 257 60 52
Binary 110111 10011101 10010100 1000001 0 110 100110 10101111 110000 101010

Color Harmonies of #379D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D94

Black with #379D94

Text Example


Text Example

White with #379D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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