#328C92

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

Shades of Blue Chill #328C92

Tints of Blue Chill #328C92

Color information

#328C92 (or 0x328C92) is unknown color: approx Blue Chill. HEX triplet: 32, 8C and 92. RGB value is (50,140,146). Sum of RGB (Red+Green+Blue) = 50+140+146=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #328C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328C92 is #CD736D. Grayscale: #717171. Windows color (decimal): -13464430 or 9604146. OLE color: 9604146.

HSL color Cylindrical-coordinate representation of color #328C92: hue angle of 183.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328C92 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50140146-
CMYK0.660.0400.43
HSL183.75º48.98%38.43%-
HSV(B)183.75º65.75%57.25%-
XYZ15.8821.5130.51-
YUV113.77146.1882.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.88%
GREEN value IS 140 (55.08% from 255) = 41.67%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=14.88%
G=41.67%
B=43.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501401460.660.0400.43183.7548.9838.43
Hex328C9242402Bb83126
Octal6221422210240532706146
Binary11001010001100100100101000010100010101110111000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328C92; }

 p { color: rgb(50,140,146); }

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

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

 a { background-color: rgb(50,140,146); }

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

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

 span { border-color: rgb(50,140,146); }

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