#379699

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

Shades of Blue Chill #379699

Tints of Blue Chill #379699

Color information

#379699 (or 0x379699) is unknown color: approx Blue Chill. HEX triplet: 37, 96 and 99. RGB value is (55,150,153). Sum of RGB (Red+Green+Blue) = 55+150+153=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #379699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379699 is #C86966. Grayscale: #797979. Windows color (decimal): -13134183 or 10065463. OLE color: 10065463.

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

Color convert

RGB55150153-
CMYK0.640.0200.4
HSL181.84º47.12%40.78%-
HSV(B)181.84º64.05%60%-
XYZ18.2324.9233.99-
YUV121.94145.5380.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.36%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=15.36%
G=41.90%
B=42.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal551501530.640.0200.4181.8447.1240.78
Hex379699402028b62f29
Octal6722623110020502665751
Binary1101111001011010011001100000010010100010110110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379699; }

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

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

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

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

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

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

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

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