#328D92

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

Shades of Blue Chill #328D92

Tints of Blue Chill #328D92

Color information

#328D92 (or 0x328D92) is unknown color: approx Blue Chill. HEX triplet: 32, 8D and 92. RGB value is (50,141,146). Sum of RGB (Red+Green+Blue) = 50+141+146=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #328D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D92 is #CD726D. Grayscale: #727272. Windows color (decimal): -13464174 or 9604402. OLE color: 9604402.

HSL color Cylindrical-coordinate representation of color #328D92: hue angle of 183.12º 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 #328D92 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50141146-
CMYK0.660.0300.43
HSL183.12º48.98%38.43%-
HSV(B)183.12º65.75%57.25%-
XYZ16.0321.830.56-
YUV114.36145.8582.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 141 (55.47% from 255) = 41.84%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=14.84%
G=41.84%
B=43.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501411460.660.0300.43183.1248.9838.43
Hex328D9242302Bb73126
Octal6221522210230532676146
Binary1100101000110110010010100001011010101110110111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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