#379892

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

Shades of Blue Chill #379892

Tints of Blue Chill #379892

Color information

#379892 (or 0x379892) is unknown color: approx Blue Chill. HEX triplet: 37, 98 and 92. RGB value is (55,152,146). Sum of RGB (Red+Green+Blue) = 55+152+146=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #379892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379892 is #C8676D. Grayscale: #7A7A7A. Windows color (decimal): -13133678 or 9607223. OLE color: 9607223.

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

Color convert

RGB55152146-
CMYK0.6400.040.40
HSL176.29º46.86%40.59%-
HSV(B)176.29º63.82%59.61%-
XYZ17.9925.3431.14-
YUV122.31141.3679.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.58%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=15.58%
G=43.06%
B=41.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551521460.6400.040.40176.2946.8640.59
Hex379892400428b02f29
Octal6723022210004502605751
Binary11011110011000100100101000000010010100010110000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379892; }

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

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

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

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

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

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

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

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