#379297

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

Shades of Blue Chill #379297

Tints of Blue Chill #379297

Color information

#379297 (or 0x379297) is unknown color: approx Blue Chill. HEX triplet: 37, 92 and 97. RGB value is (55,146,151). Sum of RGB (Red+Green+Blue) = 55+146+151=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #379297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379297 is #C86D68. Grayscale: #777777. Windows color (decimal): -13135209 or 9933367. OLE color: 9933367.

HSL color Cylindrical-coordinate representation of color #379297: hue angle of 183.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379297 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55146151-
CMYK0.640.0300.41
HSL183.12º46.6%40.39%-
HSV(B)183.12º63.58%59.22%-
XYZ17.4423.632.92-
YUV119.36145.8582.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.62%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 151 (59.38% from 255) = 42.90%
R=15.62%
G=41.48%
B=42.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551461510.640.0300.41183.1246.640.39
Hex379297403029b72f28
Octal6722222710030512675750
Binary1101111001001010010111100000011010100110110111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379297; }

 p { color: rgb(55,146,151); }

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

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

 a { background-color: rgb(55,146,151); }

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

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

 span { border-color: rgb(55,146,151); }

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