#379a93

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

Shades of Blue Chill #379A93

Tints of Blue Chill #379A93

Color information

#379A93 (or 0x379A93) is unknown color: approx Blue Chill. HEX triplet: 37, 9A and 93. RGB value is (55,154,147). Sum of RGB (Red+Green+Blue) = 55+154+147=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #379A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379A93 is #C8656C. Grayscale: #7B7B7B. Windows color (decimal): -13133165 or 9673271. OLE color: 9673271.

HSL color Cylindrical-coordinate representation of color #379A93: hue angle of 175.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A93 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB55154147-
CMYK0.6400.050.40
HSL175.76º47.37%40.98%-
HSV(B)175.76º64.29%60.39%-
XYZ18.426.0331.66-
YUV123.6141.279.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.45%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=15.45%
G=43.26%
B=41.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551541470.6400.050.40175.7647.3740.98
Hex379A93400528b02f29
Octal6723222310005502605751
Binary11011110011010100100111000000010110100010110000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379a93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,154,147); }

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

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

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

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

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

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

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