#379298

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

Shades of Blue Chill #379298

Tints of Blue Chill #379298

Color information

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

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

Color convert

RGB55146152-
CMYK0.640.0400.40
HSL183.71º46.86%40.59%-
HSV(B)183.71º63.82%59.61%-
XYZ17.5223.6433.34-
YUV119.48146.3582.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551461520.640.0400.40183.7146.8640.59
Hex379298404028b82f29
Octal6722223010040502705751
Binary11011110010010100110001000000100010100010111000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379298; }

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

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

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

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

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

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

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

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