#379C95

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

Shades of Blue Chill #379C95

Tints of Blue Chill #379C95

Color information

#379C95 (or 0x379C95) is unknown color: approx Blue Chill. HEX triplet: 37, 9C and 95. RGB value is (55,156,149). Sum of RGB (Red+Green+Blue) = 55+156+149=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #379C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379C95 is #C8636A. Grayscale: #7C7C7C. Windows color (decimal): -13132651 or 9804855. OLE color: 9804855.

HSL color Cylindrical-coordinate representation of color #379C95: hue angle of 175.84º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C95 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB55156149-
CMYK0.6500.040.39
HSL175.84º47.87%41.37%-
HSV(B)175.84º64.74%61.18%-
XYZ18.8926.7632.6-
YUV125141.5478.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.28%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=15.28%
G=43.33%
B=41.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551561490.6500.040.39175.8447.8741.37
Hex379C95410427b03029
Octal6723422510104472606051
Binary11011110011100100101011000001010010011110110000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #379C95;
 }
 .AnyTagClassName
 {
   color: #379C95;
 }
</style>
background-color css

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

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

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

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

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

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