#328E92

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

Shades of Blue Chill #328E92

Tints of Blue Chill #328E92

Color information

#328E92 (or 0x328E92) is unknown color: approx Blue Chill. HEX triplet: 32, 8E and 92. RGB value is (50,142,146). Sum of RGB (Red+Green+Blue) = 50+142+146=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #328E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328E92 is #CD716D. Grayscale: #727272. Windows color (decimal): -13463918 or 9604658. OLE color: 9604658.

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

Color convert

RGB50142146-
CMYK0.660.0300.43
HSL182.5º48.98%38.43%-
HSV(B)182.5º65.75%57.25%-
XYZ16.1822.130.61-
YUV114.95145.5281.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=14.79%
G=42.01%
B=43.20%

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
Decimal501421460.660.0300.43182.548.9838.43
Hex328E9242302Bb63126
Octal6221622210230532666146
Binary1100101000111010010010100001011010101110110110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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