#379599

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

Shades of Blue Chill #379599

Tints of Blue Chill #379599

Color information

#379599 (or 0x379599) is unknown color: approx Blue Chill. HEX triplet: 37, 95 and 99. RGB value is (55,149,153). Sum of RGB (Red+Green+Blue) = 55+149+153=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #379599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379599 is #C86A66. Grayscale: #797979. Windows color (decimal): -13134439 or 10065207. OLE color: 10065207.

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

Color convert

RGB55149153-
CMYK0.640.0300.4
HSL182.45º47.12%40.78%-
HSV(B)182.45º64.05%60%-
XYZ18.0724.6133.93-
YUV121.35145.8680.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.41%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=15.41%
G=41.74%
B=42.86%

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
Decimal551491530.640.0300.4182.4547.1240.78
Hex379599403028b62f29
Octal6722523110030502665751
Binary1101111001010110011001100000011010100010110110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379599; }

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

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

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

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

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

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

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

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