#379893

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

Shades of Blue Chill #379893

Tints of Blue Chill #379893

Color information

#379893 (or 0x379893) is unknown color: approx Blue Chill. HEX triplet: 37, 98 and 93. RGB value is (55,152,147). Sum of RGB (Red+Green+Blue) = 55+152+147=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #379893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379893 is #C8676C. Grayscale: #7A7A7A. Windows color (decimal): -13133677 or 9672759. OLE color: 9672759.

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

Color convert

RGB55152147-
CMYK0.6400.030.40
HSL176.91º46.86%40.59%-
HSV(B)176.91º63.82%59.61%-
XYZ18.0725.3831.55-
YUV122.43141.8679.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 152 (59.77% from 255) = 42.94%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=15.54%
G=42.94%
B=41.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551521470.6400.030.40176.9146.8640.59
Hex379893400328b12f29
Octal6723022310003502615751
Binary1101111001100010010011100000001110100010110001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379893; }

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

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

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

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

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

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

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

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