#379D94

Color #379D94 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #379D94

Tints of Blue Chill #379D94

Color information

#379D94 (or 0x379D94) is unknown color: approx 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

RGB55157148-
CMYK0.6500.060.38
HSL174.71º48.11%41.57%-
HSV(B)174.71º64.97%61.57%-
XYZ18.9827.0632.24-
YUV125.48140.7177.73-

RGB Variations

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

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.20% from 255) = 41.11%
R=15.28%
G=43.61%
B=41.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551571480.6500.060.38174.7148.1141.57
Hex379D94410626af302a
Octal6723522410106462576052
Binary11011110011101100101001000001011010011010101111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>