#379499

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

Shades of Blue Chill #379499

Tints of Blue Chill #379499

Color information

#379499 (or 0x379499) is unknown color: approx Blue Chill. HEX triplet: 37, 94 and 99. RGB value is (55,148,153). Sum of RGB (Red+Green+Blue) = 55+148+153=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #379499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379499 is #C86B66. Grayscale: #787878. Windows color (decimal): -13134695 or 10064951. OLE color: 10064951.

HSL color Cylindrical-coordinate representation of color #379499: hue angle of 183.06º 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 #379499 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB55148153-
CMYK0.640.0300.4
HSL183.06º47.12%40.78%-
HSV(B)183.06º64.05%60%-
XYZ17.9224.2933.88-
YUV120.76146.1981.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.45%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=15.45%
G=41.57%
B=42.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551481530.640.0300.4183.0647.1240.78
Hex379499403028b72f29
Octal6722423110030502675751
Binary1101111001010010011001100000011010100010110111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379499; }

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

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

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

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

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

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

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

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